aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver/Main.cpp
diff options
context:
space:
mode:
authorNay <dnpd.dd@gmail.com>2011-10-29 00:48:49 +0100
committerNay <dnpd.dd@gmail.com>2011-10-29 00:48:49 +0100
commit8ca09a2061aeab5dbf8849a8860de134aa6b8913 (patch)
treee60d60f1aab5f23a21378b7126d3f3bbe36dd716 /src/server/worldserver/Main.cpp
parentaccae0ce5037db08bfed13831c57bffe8f9f01e9 (diff)
Revert file Main.cpp that shouldn't have been change in accae0ce5037d (previous commit)
Diffstat (limited to 'src/server/worldserver/Main.cpp')
-rwxr-xr-xsrc/server/worldserver/Main.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/server/worldserver/Main.cpp b/src/server/worldserver/Main.cpp
index 6964c617b25..1ce247d9249 100755
--- a/src/server/worldserver/Main.cpp
+++ b/src/server/worldserver/Main.cpp
@@ -20,8 +20,6 @@
/// @{
/// \file
-#include <iostream>
-
#include <openssl/opensslv.h>
#include <openssl/crypto.h>
#include <ace/Version.h>
@@ -135,14 +133,6 @@ extern int main(int argc, char **argv)
{
sLog->outError("Invalid or missing configuration file : %s", cfg_file);
sLog->outError("Verify that the file exists and has \'[worldserver]' written in the top of the file!");
-
- char *path=NULL;
- size_t size = 0;
- int a;
- path=getcwd(path,size);
- std::cout<<"\n current Path"<<path;
- std::cin >> a;
-
return 1;
}
sLog->outString("Using configuration file %s.", cfg_file);