Fix problems with uniqueness of short names in system files with very
[pspp-builds.git] / src / data / dictionary.h
index 4887a3102a368e3ff53125584f6051a48d3404be..6eb5c724883b0be87407ee68a7562144a4876651 100644 (file)
@@ -147,6 +147,4 @@ const struct vector *dict_lookup_vector (const struct dictionary *,
                                          const char *name);
 void dict_clear_vectors (struct dictionary *);
 
-void dict_assign_short_names (struct dictionary *);
-
 #endif /* dictionary.h */