[Groonga-commit] groonga/groonga at 74b7ba9 [master] Remove unused goto label

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Aug 24 11:57:35 JST 2017


Kouhei Sutou	2017-08-24 11:57:35 +0900 (Thu, 24 Aug 2017)

  New Revision: 74b7ba9317b04605e1c4c70180dfa5d43097999d
  https://github.com/groonga/groonga/commit/74b7ba9317b04605e1c4c70180dfa5d43097999d

  Message:
    Remove unused goto label

  Modified files:
    lib/proc.c

  Modified: lib/proc.c (+0 -1)
===================================================================
--- lib/proc.c    2017-08-23 23:05:48 +0900 (d699a93ab)
+++ lib/proc.c    2017-08-24 11:57:35 +0900 (ecd5ed41c)
@@ -3820,7 +3820,6 @@ selector_prefix_rk_search_index(grn_ctx *ctx,
   } GRN_TABLE_EACH_END(ctx, cursor);
   grn_ii_resolve_sel_and(ctx, (grn_hash *)res, op);
 
-exit :
   return rc;
 }
 
-------------- next part --------------
HTML����������������������������...
Download 



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