Removed unused byte array.
This commit is contained in:
parent
9707e37cf6
commit
70c046e635
@ -201,7 +201,6 @@ public class Dump
|
||||
private static void dump_device(final USB_Device device)
|
||||
{
|
||||
int i;
|
||||
final byte[] buffer = new byte[256];
|
||||
|
||||
indent(); System.out.format("Device:\n");
|
||||
level++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user