diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-05-22 22:51:51 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-05-22 22:51:51 -0700 |
commit | cce12d0d059b3328ad74446b389445bd43e0a90b (patch) | |
tree | b381c7aa8424870e1cf88470972597b25dfe4c68 /src/tool/eathena-monitor.cpp | |
parent | 10e0b85e0325e5e85f9c4b9e7fe6db02171134ee (diff) | |
download | tmwa-cce12d0d059b3328ad74446b389445bd43e0a90b.tar.gz tmwa-cce12d0d059b3328ad74446b389445bd43e0a90b.tar.bz2 tmwa-cce12d0d059b3328ad74446b389445bd43e0a90b.tar.xz tmwa-cce12d0d059b3328ad74446b389445bd43e0a90b.zip |
RAII-ify some arrays of block_list
Diffstat (limited to 'src/tool/eathena-monitor.cpp')
-rw-r--r-- | src/tool/eathena-monitor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tool/eathena-monitor.cpp b/src/tool/eathena-monitor.cpp index 2a3e117..aec8756 100644 --- a/src/tool/eathena-monitor.cpp +++ b/src/tool/eathena-monitor.cpp @@ -25,7 +25,6 @@ #define MAP_SERVER "./map-server" #define CHAR_SERVER "./char-server" #define CONFIG "conf/eathena-monitor.conf" -#define LOGFILE "log/eathena-monitor.log" // initialiized to $HOME/tmwserver |