Navigation Menu

Skip to content

Commit

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

0 comments on commit bc2e633

Please sign in to comment.