diff src/mule-ccl.c @ 4295:eded49463f9a

[xemacs-hg @ 2007-11-29 13:37:51 by aidan] Add round-trip tests for my fixed-width-8-bit CCL coding systems, fix a bug with them, take out some inadvertant debugging code of mine from mule-ccl.c.
author aidan
date Thu, 29 Nov 2007 13:38:21 +0000
parents 6438d53aabcf
children d64f1060cd65
line wrap: on
line diff
--- a/src/mule-ccl.c	Wed Nov 28 22:51:17 2007 +0000
+++ b/src/mule-ccl.c	Thu Nov 29 13:38:21 2007 +0000
@@ -956,7 +956,6 @@
   int this_ic = 0;
   int eof_ic = ccl->eof_ic;
   int eof_hit = 0;
-  static int ccl_driver_calls;
 
   if (ic >= eof_ic)
     ic = CCL_HEADER_MAIN;
@@ -971,8 +970,6 @@
   ccl_backtrace_idx = 0;
 #endif
 
-  ++ccl_driver_calls;
-
   for (;;)
     {
     ccl_repeat: