Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 3, 2017
1 parent 1605d07 commit cbac964
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pgroonga-check.c
Expand Up @@ -122,7 +122,6 @@ PGrnCheck(grn_ctx *ctx)
struct dirent *entry;
while ((entry = readdir(dir)))
{
struct stat fileStatus;
char databaseDirectoryPath[MAXPGPATH];

if (strcmp(entry->d_name, ".") == 0)
Expand Down

0 comments on commit cbac964

Please sign in to comment.