Remove unused variable from tests/test-is-public-all.c

This commit is contained in:
Tim Rühsen 2015-09-15 15:16:04 +02:00
parent a9c71d6de5
commit 4c8d3c4d73
1 changed files with 1 additions and 1 deletions

View File

@ -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] */