Start reforming procedure execution. In this phase, get rid of
authorBen Pfaff <blp@gnu.org>
Wed, 26 Apr 2006 22:32:12 +0000 (22:32 +0000)
committerBen Pfaff <blp@gnu.org>
Wed, 26 Apr 2006 22:32:12 +0000 (22:32 +0000)
function prototypes for never-defined functions.

src/ChangeLog
src/procedure.h

index 33f5f5f1aebce3b018f929e01d731381bbae3506..b4733471bee59fe88e7cff8fb67f1984cfbf4d5a 100644 (file)
@@ -1,3 +1,11 @@
+Wed Apr 26 15:29:45 2006  Ben Pfaff  <blp@gnu.org>
+
+       Start reforming procedure execution.  In this phase, get rid of
+       function prototypes for never-defined functions.
+       
+       * procedure.h: Get rid of function prototypes for never-defined
+       functions.
+
 Wed Apr 26 12:58:46 2006  Ben Pfaff  <blp@gnu.org>
 
        Improve the way we handle the various parsing "states".  Until now
index b35878e3bf57f068e22e5e4b9669a2962778d3ec..dd305a29f353cb9eb9616d20db6563f23cd61ab6 100644 (file)
@@ -108,9 +108,6 @@ extern const struct case_sink_class null_sink_class;
 struct case_sink *create_case_sink (const struct case_sink_class *,
                                     const struct dictionary *,
                                     void *);
-void case_sink_open (struct case_sink *);
-void case_sink_write (struct case_sink *, const struct ccase *);
-void case_sink_destroy (struct case_sink *);
 void free_case_sink (struct case_sink *);
 \f
 /* Number of cases to lag. */