diff options
Diffstat (limited to 'tests/str_table.c')
-rw-r--r-- | tests/str_table.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/str_table.c b/tests/str_table.c index 0935c89..e185cec 100644 --- a/tests/str_table.c +++ b/tests/str_table.c @@ -10,11 +10,6 @@ #include "compat.h" #include "test.h" -#define STR(x) #x -#define STRVALUE(x) STR(x) - -#define TEST_PATH STRVALUE(TESTPATH) - static char *strings[1000]; static int read_strings(void) |