pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/src/output output.c ChangeLog


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/output output.c ChangeLog
Date: Thu, 13 Jul 2006 03:58:44 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 06/07/13 03:58:44

Modified files:
        src/output     : output.c ChangeLog 

Log message:
        (outp_drivers): [DEBUGGING] Delete unused declaration.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/output/output.c?cvsroot=pspp&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/pspp/src/output/ChangeLog?cvsroot=pspp&r1=1.13&r2=1.14

Patches:
Index: output.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/output/output.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- output.c    9 Jun 2006 22:51:24 -0000       1.14
+++ output.c    13 Jul 2006 03:58:44 -0000      1.15
@@ -1087,10 +1087,6 @@
 struct outp_driver *
 outp_drivers (struct outp_driver *d)
 {
-#if DEBUGGING
-  struct outp_driver *orig_d = d;
-#endif
-
   for (;;)
     {
       if (d == NULL)

Index: ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/src/output/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- ChangeLog   3 Jul 2006 17:39:07 -0000       1.13
+++ ChangeLog   13 Jul 2006 03:58:44 -0000      1.14
@@ -1,3 +1,7 @@
+Wed Jul 12 20:58:19 2006  Ben Pfaff  <address@hidden>
+
+       * output.c (outp_drivers): [DEBUGGING] Delete unused declaration.
+
 Sat Jul  1 17:20:03 2006  Ben Pfaff  <address@hidden>
 
        Make the destination for charts configurable in the HTML driver.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]