1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

remove empty #ifdef

This commit is contained in:
Kano 2013-02-08 02:17:28 +11:00
parent bc5755233c
commit b9c19a9353

View File

@ -579,8 +579,7 @@ static void cgusb_check_init()
mutex_unlock(&cgusb_lock);
}
#ifdef WIN32
#else
#ifndef WIN32
#include <errno.h>
#include <unistd.h>
#include <sys/types.h>