Navigation Menu

Skip to content

Commit

Permalink
Remove unused variables...
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 21, 2013
1 parent 6f3e781 commit f73cf7c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/proc.c
Expand Up @@ -3945,8 +3945,6 @@ 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 f73cf7c

Please sign in to comment.