Browse Source

Delete unused variable.

Con Kolivas 14 years ago
parent
commit
86a53824b5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      api.c

+ 0 - 1
api.c

@@ -108,7 +108,6 @@
 
 	static char *WSAErrorMsg()
 	{
-		char *msg;
 		int i;
 		int id = WSAGetLastError();