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();