diff options
-rw-r--r-- | src/char/inter.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/char/inter.c b/src/char/inter.c index 2b7872eb9..e3fca5e5a 100644 --- a/src/char/inter.c +++ b/src/char/inter.c @@ -390,7 +390,6 @@ void geoip_readdb(void){ const char* geoip_getcountry(uint32 ipnum){ int depth; unsigned int x; - unsigned char stack_buffer[6]; const unsigned char *buf; unsigned int offset = 0; |