[Groonga-commit] groonga/groonga at ed734e7 [master] Remove unused variable

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Sep 27 23:38:17 JST 2014


Kouhei Sutou	2014-09-27 23:38:17 +0900 (Sat, 27 Sep 2014)

  New Revision: ed734e7b98e7d8e7fee1df7f3a89313dff29ecec
  https://github.com/groonga/groonga/commit/ed734e7b98e7d8e7fee1df7f3a89313dff29ecec

  Message:
    Remove unused variable
    
        plugin.c: In function 'grn_plugin_get_system_plugins_dir':
        plugin.c:378:11: warning: unused variable 'path' [-Wunused-variable]
             char *path;
                   ^

  Modified files:
    lib/plugin.c

  Modified: lib/plugin.c (+0 -1)
===================================================================
--- lib/plugin.c    2014-09-27 23:35:15 +0900 (26e4a3d)
+++ lib/plugin.c    2014-09-27 23:38:17 +0900 (3483cc9)
@@ -375,7 +375,6 @@ grn_plugin_get_system_plugins_dir(void)
   if (!win32_plugins_dir) {
     const char *base_dir;
     const char *relative_path = GRN_RELATIVE_PLUGINS_DIR;
-    char *path;
     size_t base_dir_length;
 
     base_dir = grn_win32_base_dir();
-------------- next part --------------
HTML����������������������������...
Download 



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