Eliminate temp_case, and a few other cleanups.
[pspp-builds.git] / src / glob.c
index cc76e340ab21d8fedc9f85a6ca251a4eef7e4fc5..60da1fffd3b2e54e2a6995de86fafcc833b14c01 100644 (file)
@@ -100,8 +100,6 @@ extern void stifle_history ();
 struct dictionary *default_dict;
 struct expression *process_if_expr;
 
-struct ccase *temp_case;
-
 struct trns_header **t_trns;
 int n_trns;
 int m_trns;
@@ -111,9 +109,6 @@ int FILTER_before_TEMPORARY;
 
 struct file_handle *default_handle;
 
-void (*read_active_file) (void);
-void (*cancel_input_pgm) (void);
-
 struct ctl_stmt *ctl_stack;
 
 /* log.h */