sr: zeroplus: Drop unused global variable.
This commit is contained in:
parent
3d2efd7d15
commit
e7ee300a12
|
@ -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 };
|
||||
|
|
Loading…
Reference in New Issue