* Fixed compiler warnings.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5838 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Lance
2006-04-01 05:30:12 +00:00
parent da1e588b9a
commit f2e352bb0f
5 changed files with 7 additions and 13 deletions

View File

@@ -199,8 +199,6 @@ void irc_send(char *buf)
void irc_parse_sub(int fd, char *incoming_string)
{
int i=0;
int authed=0;
char kami[256]; //[Zido]
char source[256];
char command[256];