[Pcsclite-cvs-commit] CVS PCSC/src

CVS User rousseau ludovic.rousseau@free.fr
Wed, 23 Feb 2005 06:11:36 -0700


Update of /cvsroot/pcsclite/PCSC/src
In directory haydn:/tmp/cvs-serv11201

Modified Files:
	debuglog.c 
Log Message:
remove DEBUGLOG_STDOUT_DEBUG case since it is never used


--- /cvsroot/pcsclite/PCSC/src/debuglog.c	2005/02/23 13:10:11	1.29
+++ /cvsroot/pcsclite/PCSC/src/debuglog.c	2005/02/23 13:11:36	1.30
@@ -7,7 +7,7 @@
  *  David Corcoran <corcoran@linuxnet.com>
  *  Ludovic Rousseau <ludovic.rousseau@free.fr>
  *
- * $Id: debuglog.c,v 1.29 2005/02/23 13:10:11 rousseau Exp $
+ * $Id: debuglog.c,v 1.30 2005/02/23 13:11:36 rousseau Exp $
  */
 
 #include "config.h"
@@ -81,10 +81,6 @@
 			fprintf(stderr, "%s\n", DebugBuffer);
 			break;
 
-		case DEBUGLOG_STDOUT_DEBUG:
-			fprintf(stdout, "%s\n", DebugBuffer);
-			break;
-
 		default:
 			/* Unknown type. Do nothing. */
 			assert(0);
@@ -136,10 +132,6 @@
 		fprintf(stderr, "%s\n", DebugBuffer);
 		break;
 
-		case DEBUGLOG_STDOUT_DEBUG:
-		fprintf(stdout, "%s\n", DebugBuffer);
-		break;
-
 		default:
 			/* Unknown type - do nothing */
 			assert(0);
@@ -389,10 +381,6 @@
 			fprintf(stderr, "%s\n", DebugBuffer);
 			break;
 
-		case DEBUGLOG_STDOUT_DEBUG:
-			fprintf(stdout, "%s\n", DebugBuffer);
-			break;
-
 		default:
 			/* Unknown type. Do nothing. */
 			assert(0);