remove comment

This commit is contained in:
Christopher Jeffrey 2014-10-02 16:23:26 -07:00
parent 5dc8aae3a0
commit 06f973fb72
1 changed files with 1 additions and 4 deletions

View File

@ -505,10 +505,7 @@ start_node_thread(void) {
boost::thread *detectShutdownThread = NULL;
const int argc = 0;
const char *argv[argc + 1] = {
//"-server",
NULL
};
const char *argv[argc + 1] = { NULL };
ParseParameters(argc, argv);
ReadConfigFile(mapArgs, mapMultiArgs);
if (!SelectParamsFromCommandLine()) {