Removed unused byte array.

This commit is contained in:
Klaus Reimer 2011-01-22 20:39:00 +01:00
parent 9707e37cf6
commit 70c046e635

View File

@ -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++;