From 4c8d3c4d73bc90168d9bf53660c7c2319fdf663c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Tue, 15 Sep 2015 15:16:04 +0200 Subject: [PATCH] Remove unused variable from tests/test-is-public-all.c --- tests/test-is-public-all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] */