Start reforming procedure execution. In this phase, get rid of
[pspp-builds.git] / src / procedure.h
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. */