(outp_drivers): [DEBUGGING] Delete unused declaration.
authorBen Pfaff <blp@gnu.org>
Thu, 13 Jul 2006 03:58:44 +0000 (03:58 +0000)
committerBen Pfaff <blp@gnu.org>
Thu, 13 Jul 2006 03:58:44 +0000 (03:58 +0000)
src/output/ChangeLog
src/output/output.c

index 8ed1b2a8f967ec13394e153b7585d167116da26d..2757aa167c60ae67972fc78af36de7a53a50bfd1 100644 (file)
@@ -1,3 +1,7 @@
+Wed Jul 12 20:58:19 2006  Ben Pfaff  <blp@gnu.org>
+
+       * output.c (outp_drivers): [DEBUGGING] Delete unused declaration.
+
 Sat Jul  1 17:20:03 2006  Ben Pfaff  <blp@gnu.org>
 
        Make the destination for charts configurable in the HTML driver.
index a8ed0eab18a9517f1a824325505cb44f20da8ce4..c9545761761efc15a5dc705212915e4066946491 100644 (file)
@@ -1087,10 +1087,6 @@ exit:
 struct outp_driver *
 outp_drivers (struct outp_driver *d)
 {
-#if DEBUGGING
-  struct outp_driver *orig_d = d;
-#endif
-
   for (;;)
     {
       if (d == NULL)