X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/90a332ae997a7938d97297ce767741940e5a192a..a7f86da7e19ebf61011b313e107b17ae11fe7d5d:/sym-test.c?ds=sidebyside diff --git a/sym-test.c b/sym-test.c index dea3e60..18e9841 100644 --- a/sym-test.c +++ b/sym-test.c @@ -2,7 +2,6 @@ #include #include -#include "sub.h" #include "sym.h" typedef struct word { @@ -24,7 +23,6 @@ int main(void) sym_table t; size_t n = 0; - sub_init(); sym_create(&t); while (fgets(buf, sizeof(buf), stdin)) {