[Groonga-commit] groonga/groonga at bc2e633 [master] Remove really unused variables

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jun 21 17:14:36 JST 2013


Kouhei Sutou	2013-06-21 17:14:36 +0900 (Fri, 21 Jun 2013)

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

  Message:
    Remove really unused variables

  Modified files:
    lib/proc.c

  Modified: lib/proc.c (+0 -2)
===================================================================
--- lib/proc.c    2013-06-21 17:13:30 +0900 (ce13bc2)
+++ lib/proc.c    2013-06-21 17:14:36 +0900 (dc896c7)
@@ -3775,8 +3775,6 @@ static grn_obj *
 func_query(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