[Pcsclite-cvs-commit] PCSC/src debuglog.c,1.18,1.19

sauveron-guest@quantz.debian.org sauveron-guest@quantz.debian.org
Mon, 19 Jan 2004 00:45:47 +0100


Update of /cvsroot/pcsclite/PCSC/src
In directory quantz:/tmp/cvs-serv28828/src

Modified Files:
	debuglog.c 
Log Message:
Remove unused function.

Index: debuglog.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/debuglog.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- debuglog.c	30 Oct 2003 17:02:31 -0000	1.18
+++ debuglog.c	18 Jan 2004 23:45:45 -0000	1.19
@@ -304,9 +304,3 @@
 	return strError;
 }
 
-#ifdef WIN32
-static DWORD SYS_GetPID() {
-	return GetCurrentProcessId();
-}
-#endif
-