[Pcsclite-cvs-commit] r5046 - /trunk/PCSC/src/hotplug_libusb.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Jun 29 14:24:56 UTC 2010


Author: rousseau
Date: Tue Jun 29 14:24:55 2010
New Revision: 5046

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5046
Log:
Remove declaration of 3 static functions since they are defined before
use. Declaration is then useless.

Modified:
    trunk/PCSC/src/hotplug_libusb.c

Modified: trunk/PCSC/src/hotplug_libusb.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/hotplug_libusb.c?rev=5046&op=diff
==============================================================================
--- trunk/PCSC/src/hotplug_libusb.c (original)
+++ trunk/PCSC/src/hotplug_libusb.c Tue Jun 29 14:24:55 2010
@@ -96,13 +96,10 @@
 	char *fullName;	/**< full reader name (including serial number) */
 } readerTracker[PCSCLITE_MAX_READERS_CONTEXTS];
 
-static LONG HPReadBundleValues(void);
 static LONG HPAddHotPluggable(struct libusb_device *dev,
 	struct libusb_device_descriptor desc,
 	const char bus_device[], struct _driverTracker *driver);
 static LONG HPRemoveHotPluggable(int reader_index);
-static void HPRescanUsbBus(void);
-static void HPEstablishUSBNotifications(int pipefd[2]);
 
 static LONG HPReadBundleValues(void)
 {




More information about the Pcsclite-cvs-commit mailing list