Continue reforming procedure execution. In this phase, get rid of
[pspp-builds.git] / src / data / dictionary.c
index c8840f302beebc06d8ccc0ec8abc37aeb502550e..e9a5a01450363bbdc8055abf7a760731de12facf 100644 (file)
@@ -59,9 +59,6 @@ struct dictionary
     size_t vector_cnt;          /* Number of vectors. */
   };
 
-/* Active file dictionary. */
-struct dictionary *default_dict;
-
 /* Creates and returns a new dictionary. */
 struct dictionary *
 dict_create (void)