summaryrefslogtreecommitdiff
path: root/src/common/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/core.c')
-rw-r--r--src/common/core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/core.c b/src/common/core.c
index 03945040a..41b73b219 100644
--- a/src/common/core.c
+++ b/src/common/core.c
@@ -286,10 +286,8 @@ int main(int argc,char **argv)
int next;
display_title();
-#ifdef USE_MEMMGR
// call this first so it'll be finalised last
do_init_memmgr(argv[0]); // 一番最初に実行する必要がある
-#endif
sscanf(argv[0], "./%24[^\n]", server_type); // map/char/login?
atexit(log_uptime);