Browse Source

miner.h icarus no long uses fd

Kano 13 years ago
parent
commit
8fe40e98ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.h

+ 1 - 1
miner.h

@@ -430,7 +430,7 @@ struct cgpu_info {
 #ifdef USE_USBUTILS
 #ifdef USE_USBUTILS
 		struct cg_usb_device *usbdev;
 		struct cg_usb_device *usbdev;
 #endif
 #endif
-#if defined(USE_ICARUS) || defined(USE_AVALON)
+#ifdef USE_AVALON
 		int device_fd;
 		int device_fd;
 #endif
 #endif
 	};
 	};