sr: zeroplus: Drop unused global variable.

This commit is contained in:
Uwe Hermann 2012-02-05 13:37:02 +01:00
parent 3d2efd7d15
commit e7ee300a12
1 changed files with 0 additions and 2 deletions

View File

@ -50,8 +50,6 @@ enum {
REQ_WRITEDATA,
};
static struct libusb_device_handle *g_devh = NULL;
static int gl_write_address(libusb_device_handle *devh, unsigned int address)
{
unsigned char packet[8] = { address & 0xFF };