From: Ben Pfaff Date: Thu, 13 Jul 2006 03:58:44 +0000 (+0000) Subject: (outp_drivers): [DEBUGGING] Delete unused declaration. X-Git-Tag: v0.6.0~768 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16654f0914e14edd82500c3040d8e8958794788e;p=pspp-builds.git (outp_drivers): [DEBUGGING] Delete unused declaration. --- 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)