[Groonga-commit] groonga/groonga at 8a90f73 [master] proc_fuzzy_search: remove needless goto

Back to archive index

naoa null+****@clear*****
Sat Feb 6 02:40:23 JST 2016


naoa	2016-02-06 02:40:23 +0900 (Sat, 06 Feb 2016)

  New Revision: 8a90f73fb410a7c8ee213b6411b162fca9fe4ad2
  https://github.com/groonga/groonga/commit/8a90f73fb410a7c8ee213b6411b162fca9fe4ad2

  Merged 0be4b00: Merge pull request #467 from naoa/proc-fuzzy-needless-goto

  Message:
    proc_fuzzy_search: remove needless goto

  Modified files:
    lib/proc/proc_fuzzy_search.c

  Modified: lib/proc/proc_fuzzy_search.c (+0 -1)
===================================================================
--- lib/proc/proc_fuzzy_search.c    2016-02-05 22:41:43 +0900 (5397592)
+++ lib/proc/proc_fuzzy_search.c    2016-02-06 02:40:23 +0900 (9b43a48)
@@ -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;
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index