diff --git a/tests/test-is-public-all.c b/tests/test-is-public-all.c index 0fea0ce..9bc7ea0 100644 --- a/tests/test-is-public-all.c +++ b/tests/test-is-public-all.c @@ -56,7 +56,7 @@ static void test_psl(void) FILE *fp; psl_ctx_t *psl; int result; - char buf[256], domain[64], *linep, *p; + char buf[256], *linep, *p; psl = psl_load_file(PSL_FILE); /* PSL_FILE can be set by ./configure --with-psl-file=[PATH] */