From a7f86da7e19ebf61011b313e107b17ae11fe7d5d Mon Sep 17 00:00:00 2001 From: mdw Date: Sun, 21 Jan 2001 19:04:32 +0000 Subject: [PATCH] Remove redundant initialization of `sub'. --- sym-test.c | 2 -- 1 file changed, 2 deletions(-) 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)) { -- 2.11.0