Browse Source

Fixed bugreport:6543, just removing a unused variable.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16692 54d463be-8e91-2dee-dedb-b68131a5f0ec
shennetsind 12 years ago
parent
commit
908ad9dfcb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/char/inter.c

+ 0 - 1
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;