[Pcsclite-cvs-commit] r377 - trunk/CocoaCard

Ludovic Rousseau rousseau at costa.debian.org
Mon Feb 6 10:33:09 UTC 2006


Author: rousseau
Date: 2006-02-06 10:33:08 +0000 (Mon, 06 Feb 2006)
New Revision: 377

Modified:
   trunk/CocoaCard/bundleApp.c
Log:
static function pathForTool is defined but not used


Modified: trunk/CocoaCard/bundleApp.c
===================================================================
--- trunk/CocoaCard/bundleApp.c	2006-02-06 10:32:29 UTC (rev 376)
+++ trunk/CocoaCard/bundleApp.c	2006-02-06 10:33:08 UTC (rev 377)
@@ -11,6 +11,7 @@
 #include <sys/time.h>
 #include <sys/wait.h>
 
+#if 0
 static bool pathForTool(CFStringRef toolName, char path[MAXPATHLEN])
 {
     CFBundleRef bundle;
@@ -36,6 +37,7 @@
     CFRelease(toolURL);
     return !access(path, X_OK);
 }
+#endif
 
 /* Return one of our defined error codes. */
 static int performCommand(AuthorizationRef authorizationRef, MyAuthorizedCommand myCommand)




More information about the Pcsclite-cvs-commit mailing list