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

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jun 12 16:33:32 JST 2018


Kouhei Sutou	2018-06-12 16:33:32 +0900 (Tue, 12 Jun 2018)

  New Revision: a7637748e9191a9f894599bafc81a82fc5ac47c6
  https://github.com/groonga/groonga/commit/a7637748e9191a9f894599bafc81a82fc5ac47c6

  Message:
    Remove unused goto label

  Modified files:
    lib/highlighter.c

  Modified: lib/highlighter.c (+0 -1)
===================================================================
--- lib/highlighter.c    2018-06-12 15:30:57 +0900 (4e14918db)
+++ lib/highlighter.c    2018-06-12 16:33:32 +0900 (79b7040b0)
@@ -814,6 +814,5 @@ grn_highlighter_clear_keywords(grn_ctx *ctx,
   GRN_BULK_REWIND(raw_keywords);
   highlighter->need_prepared = GRN_TRUE;
 
-exit :
   GRN_API_RETURN(ctx->rc);
 }
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180612/4b318c0e/attachment.htm 



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