Skip to content

Commit

Permalink
Remove unused variable from tests/test-is-public-all.c
Browse files Browse the repository at this point in the history
  • Loading branch information
rockdaboot committed Sep 15, 2015
1 parent a9c71d6 commit 4c8d3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-is-public-all.c
Original file line number Diff line number Diff line change
Expand Up @@ -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] */

Expand Down

0 comments on commit 4c8d3c4

Please sign in to comment.