[Groonga-commit] pgroonga/pgroonga at cbac964 [master] Remove unused variable

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jan 3 17:14:17 JST 2017


Kouhei Sutou	2017-01-03 17:14:17 +0900 (Tue, 03 Jan 2017)

  New Revision: cbac9644f54431bf709a4fc552f51a18a787f3d9
  https://github.com/pgroonga/pgroonga/commit/cbac9644f54431bf709a4fc552f51a18a787f3d9

  Message:
    Remove unused variable

  Modified files:
    src/pgroonga-check.c

  Modified: src/pgroonga-check.c (+0 -1)
===================================================================
--- src/pgroonga-check.c    2017-01-03 17:10:51 +0900 (f5b064f)
+++ src/pgroonga-check.c    2017-01-03 17:14:17 +0900 (b80da87)
@@ -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)
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index