Removed unused variable (of undefined type) which prevented compilation without optim...
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 29 Apr 2006 03:12:03 +0000 (03:12 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 29 Apr 2006 03:12:03 +0000 (03:12 +0000)
src/math/ChangeLog
src/math/sort.c

index 4ace108009001b08436ccccb15ac25d8ed597cec..0c834cb026ae18768d693447573ca86c115dbe7f 100644 (file)
@@ -1,3 +1,7 @@
+Sat Apr 29 11:09:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
+
+       * removed unused variable.
+
 Sat Apr 15 18:01:22 2006  Ben Pfaff  <blp@gnu.org>
 
        * factor-stats.c (metrics_postcalc): Add casts to fix warnings.
index 8b06867fd07848c6ace781ca459716d708fab494..9725da80a1a9896149636905599319f9e5d9c229 100644 (file)
@@ -304,8 +304,6 @@ struct initial_run_state
     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);