1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 10:04:33 +00:00

Delete unused variable.

This commit is contained in:
Con Kolivas 2012-02-16 21:15:58 +11:00
parent 6693898710
commit 86a53824b5

1
api.c
View File

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