X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/cd3001477e8cada39b9db728f65ff610d89a8895..4aee39a18184ae8595936a03ad254c27d149a0eb:/sym-test.c 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)) {