[Groonga-commit] groonga/groonga [master] Removed unused variables

Back to archive index

null+****@clear***** null+****@clear*****
2012年 2月 13日 (月) 21:15:49 JST


Daijiro MORI	2012-02-13 21:15:49 +0900 (Mon, 13 Feb 2012)

  New Revision: 2b9d5d6028dbc1883f8f42c940d9be06eeceb30d

  Log:
    Removed unused variables

  Modified files:
    lib/ii.c

  Modified: lib/ii.c (+0 -2)
===================================================================
--- lib/ii.c    2012-02-13 20:24:59 +0900 (8e537a8)
+++ lib/ii.c    2012-02-13 21:15:49 +0900 (96f959b)
@@ -6385,9 +6385,7 @@ typedef struct {
 } ii_buffer_block;
 
 struct _grn_ii_buffer {
-  grn_obj *target;
   grn_obj *lexicon;
-  grn_obj *source;
   grn_obj *tmp_lexicon;
   ii_buffer_block *blocks;
   uint32_t nblocks;




Groonga-commit メーリングリストの案内
Back to archive index