[Groonga-commit] groonga/groonga at 2f72cdd [master] Revert "Remove unused variables..."

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jun 21 17:13:30 JST 2013


Kouhei Sutou	2013-06-21 17:13:30 +0900 (Fri, 21 Jun 2013)

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

  Message:
    Revert "Remove unused variables..."
    
    This reverts commit f73cf7cb2e5294de87bd879fc116036cd3a6a4cb.
    
    I removed variables in wrong block... Sorry...

  Modified files:
    lib/proc.c

  Modified: lib/proc.c (+2 -0)
===================================================================
--- lib/proc.c    2013-06-21 17:12:01 +0900 (3dc0a13)
+++ lib/proc.c    2013-06-21 17:13:30 +0900 (ce13bc2)
@@ -3945,6 +3945,8 @@ static grn_obj *
 func_sub_filter(grn_ctx *ctx, int nargs, grn_obj **args, grn_user_data *user_data)
 {
   grn_obj *found;
+  grn_obj *command = ctx->impl->curr_expr;
+  grn_obj *condition_ptr = NULL;
   grn_obj *condition = NULL;
   grn_obj *variable;
   grn_obj *table = NULL;
-------------- next part --------------
HTML����������������������������...
Download 



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