fx2lafw: Removed a line of redundant code

This commit is contained in:
Joel Holdsworth 2012-03-24 10:07:22 +00:00
parent 6c6781b6a7
commit 24125e0520
1 changed files with 0 additions and 1 deletions

View File

@ -610,7 +610,6 @@ static void receive_transfer(struct libusb_transfer *transfer)
/* Save incoming transfer before reusing the transfer struct. */
cur_buf = transfer->buffer;
cur_buflen = transfer->actual_length;
ctx = transfer->user_data;
/* Fire off a new request. */
if (!(new_buf = g_try_malloc(4096))) {