|
From: Mike C. <mc...@us...> - 2008-08-05 20:53:28
|
Update of /cvsroot/javax-usb/javax-usb-libusb/src/com/mcreations/usb/windows In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv23092 Modified Files: JavaxUsb.java WindowsInterfaceOsImp.java Log Message: commented out unused variables and imports to get rid of warnings Index: WindowsInterfaceOsImp.java =================================================================== RCS file: /cvsroot/javax-usb/javax-usb-libusb/src/com/mcreations/usb/windows/WindowsInterfaceOsImp.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** WindowsInterfaceOsImp.java 5 Aug 2008 16:26:51 -0000 1.2 --- WindowsInterfaceOsImp.java 5 Aug 2008 20:53:24 -0000 1.3 *************** *** 28,32 **** //import javax.usb.UsbDevice; import net.sf.libusb.usb_config_descriptor; ! import net.sf.libusb.usb_device; /** --- 28,32 ---- //import javax.usb.UsbDevice; import net.sf.libusb.usb_config_descriptor; ! //import net.sf.libusb.usb_device; /** Index: JavaxUsb.java =================================================================== RCS file: /cvsroot/javax-usb/javax-usb-libusb/src/com/mcreations/usb/windows/JavaxUsb.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** JavaxUsb.java 5 Aug 2008 20:40:32 -0000 1.3 --- JavaxUsb.java 5 Aug 2008 20:53:24 -0000 1.4 *************** *** 372,376 **** { log(LOG_HOTPLUG, FUNC, CLASS, "loadLibrary", "Getting java.library.path"); ! String temp = "java.library.path="+System.getProperty("java.library.path"); // System.out.println("java.library.path="+System.getProperty("java.library.path")); --- 372,376 ---- { log(LOG_HOTPLUG, FUNC, CLASS, "loadLibrary", "Getting java.library.path"); ! // String temp = "java.library.path="+System.getProperty("java.library.path"); // System.out.println("java.library.path="+System.getProperty("java.library.path")); |