X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fdictionary.c;h=e9a5a01450363bbdc8055abf7a760731de12facf;hb=b0bf9b1b0f727fafac4296a048e3f45db5936f81;hp=c8840f302beebc06d8ccc0ec8abc37aeb502550e;hpb=2766c2d47448010527d52dd304213d0bb563dd00;p=pspp-builds.git diff --git a/src/data/dictionary.c b/src/data/dictionary.c index c8840f30..e9a5a014 100644 --- a/src/data/dictionary.c +++ b/src/data/dictionary.c @@ -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)