Skip to content

Commit

Permalink
Merge pull request #467 from naoa/proc-fuzzy-needless-goto
Browse files Browse the repository at this point in the history
proc_fuzzy_search: remove needless goto

Patch by Naoya Murakami. Thanks!!!
  • Loading branch information
kou committed Feb 6, 2016
2 parents 8b077e8 + 8a90f73 commit 0be4b00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/proc/proc_fuzzy_search.c
Expand Up @@ -395,7 +395,6 @@ selector_fuzzy_search(grn_ctx *ctx, grn_obj *table, grn_obj *index,
GRN_TEXT_VALUE(&inspected));
rc = ctx->rc;
GRN_OBJ_FIN(ctx, &inspected);
goto exit;
} else {
grn_search_optarg options = {0};
options.mode = GRN_OP_FUZZY;
Expand Down

0 comments on commit 0be4b00

Please sign in to comment.