Some warning fixes, unreferenced local variables.

This commit is contained in:
KimLS
2013-02-16 22:07:32 -08:00
parent 7c706d9871
commit 15dc9cfaf4
10 changed files with 5 additions and 22 deletions
-2
View File
@@ -9626,9 +9626,7 @@ void command_object(Client *c, const Seperator *sep)
char errbuf[MYSQL_ERRMSG_SIZE];
char query[512];
char line[256];
uint32 col;
uint32 lastid;
MYSQL_RES *result;
MYSQL_ROW row;
int iObjectsFound = 0;