Browse Source

Bugfix: hashbusterusb: Remove ignored prompt for VRM lock

Luke Dashjr 12 years ago
parent
commit
891641dd21
1 changed files with 0 additions and 1 deletions
  1. 0 1
      driver-hashbusterusb.c

+ 0 - 1
driver-hashbusterusb.c

@@ -429,7 +429,6 @@ const char *hashbusterusb_tui_handle_choice(struct cgpu_info * const proc, const
 		
 		case 'l': case 'L':
 		{
-			const int val = curses_int("VRM lock)");
 			OUTPacket[0] = 0x14;
 			hashbusterusb_io(h, INPacket, OUTPacket);