From 16654f0914e14edd82500c3040d8e8958794788e Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 13 Jul 2006 03:58:44 +0000 Subject: [PATCH] (outp_drivers): [DEBUGGING] Delete unused declaration. --- src/output/ChangeLog | 4 ++++ src/output/output.c | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/output/ChangeLog b/src/output/ChangeLog index 8ed1b2a8..2757aa16 100644 --- a/src/output/ChangeLog +++ b/src/output/ChangeLog @@ -1,3 +1,7 @@ +Wed Jul 12 20:58:19 2006 Ben Pfaff + + * output.c (outp_drivers): [DEBUGGING] Delete unused declaration. + Sat Jul 1 17:20:03 2006 Ben Pfaff Make the destination for charts configurable in the HTML driver. diff --git a/src/output/output.c b/src/output/output.c index a8ed0eab..c9545761 100644 --- a/src/output/output.c +++ b/src/output/output.c @@ -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) -- 2.30.2