From 8fe40e98ba54039aa0fd8d15e633b1f27651ef18 Mon Sep 17 00:00:00 2001 From: Kano Date: Mon, 20 May 2013 02:46:58 +1000 Subject: [PATCH] miner.h icarus no long uses fd --- miner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miner.h b/miner.h index c0771d05..54e00fd3 100644 --- a/miner.h +++ b/miner.h @@ -430,7 +430,7 @@ struct cgpu_info { #ifdef USE_USBUTILS struct cg_usb_device *usbdev; #endif -#if defined(USE_ICARUS) || defined(USE_AVALON) +#ifdef USE_AVALON int device_fd; #endif };