Navigation Menu

Skip to content

Commit

Permalink
Revert "Remove unused variables..."
Browse files Browse the repository at this point in the history
This reverts commit f73cf7c.

I removed variables in wrong block... Sorry...
  • Loading branch information
kou committed Jun 21, 2013
1 parent f73cf7c commit 2f72cdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/proc.c
Expand Up @@ -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;
Expand Down

0 comments on commit 2f72cdd

Please sign in to comment.