From: mdw Date: Sun, 21 Jan 2001 19:04:32 +0000 (+0000) Subject: Remove redundant initialization of `sub'. X-Git-Tag: 2.0.4~128 X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/commitdiff_plain/a7f86da7e19ebf61011b313e107b17ae11fe7d5d Remove redundant initialization of `sub'. --- 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)) {