pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/math ChangeLog sort.c


From: John Darrington
Subject: [Pspp-cvs] pspp/src/math ChangeLog sort.c
Date: Sat, 29 Apr 2006 03:12:03 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Branch:         
Changes by:     John Darrington <address@hidden>        06/04/29 03:12:03

Modified files:
        src/math       : ChangeLog sort.c 

Log message:
        Removed unused variable (of undefined type) which prevented compilation 
without optimisation.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/src/math/ChangeLog.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/src/math/sort.c.diff?tr1=1.5&tr2=1.6&r1=text&r2=text

Patches:
Index: pspp/src/math/ChangeLog
diff -u pspp/src/math/ChangeLog:1.2 pspp/src/math/ChangeLog:1.3
--- pspp/src/math/ChangeLog:1.2 Sun Apr 16 01:05:15 2006
+++ pspp/src/math/ChangeLog     Sat Apr 29 03:12:03 2006
@@ -1,3 +1,7 @@
+Sat Apr 29 11:09:33 WST 2006 John Darrington <address@hidden>
+
+       * removed unused variable.
+
 Sat Apr 15 18:01:22 2006  Ben Pfaff  <address@hidden>
 
        * factor-stats.c (metrics_postcalc): Add casts to fix warnings.
Index: pspp/src/math/sort.c
diff -u pspp/src/math/sort.c:1.5 pspp/src/math/sort.c:1.6
--- pspp/src/math/sort.c:1.5    Thu Apr 27 02:42:01 2006
+++ pspp/src/math/sort.c        Sat Apr 29 03:12:03 2006
@@ -304,8 +304,6 @@
     int okay;                   /* Zero if an error has been encountered. */
   };
 
-static const struct case_sink_class sort_sink_class;
-
 static bool destroy_initial_run_state (struct initial_run_state *);
 static void process_case (struct initial_run_state *, const struct ccase *,
                           size_t);




reply via email to

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