Commit 86a53824b5deefcc097d09cf33256fab2bf54c2b

Con Kolivas 2012-02-16T21:15:58

Delete unused variable.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/api.c b/api.c
index 5a19938..296132d 100644
--- a/api.c
+++ b/api.c
@@ -108,7 +108,6 @@
 
 	static char *WSAErrorMsg()
 	{
-		char *msg;
 		int i;
 		int id = WSAGetLastError();