[Groonga-commit] groonga/groonga at 2e76931 [master] Remove unused variables

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Dec 28 22:12:38 JST 2014


Kouhei Sutou	2014-12-28 22:12:38 +0900 (Sun, 28 Dec 2014)

  New Revision: 2e7693174ba7c608921a845098f37f3cf259dae8
  https://github.com/groonga/groonga/commit/2e7693174ba7c608921a845098f37f3cf259dae8

  Message:
    Remove unused variables

  Modified files:
    lib/util.c

  Modified: lib/util.c (+0 -2)
===================================================================
--- lib/util.c    2014-12-28 21:51:23 +0900 (a4bd13a)
+++ lib/util.c    2014-12-28 22:12:38 +0900 (9f9ea95)
@@ -828,8 +828,6 @@ grn_table_inspect(grn_ctx *ctx, grn_obj *buf, grn_obj *obj)
 static grn_rc
 grn_db_inspect(grn_ctx *ctx, grn_obj *buf, grn_obj *obj)
 {
-  grn_id range_id;
-  grn_obj *range;
   grn_db *db = (grn_db *)obj;
 
   GRN_TEXT_PUTS(ctx, buf, "#<db");
-------------- next part --------------
HTML����������������������������...
다운로드 



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