[Groonga-commit] groonga/groonga at 9dc1e5b [master] Remove needless goto

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jul 4 23:40:02 JST 2014


Kouhei Sutou	2014-07-04 23:40:02 +0900 (Fri, 04 Jul 2014)

  New Revision: 9dc1e5b2c566f9a718365407a676e9d25705498c
  https://github.com/groonga/groonga/commit/9dc1e5b2c566f9a718365407a676e9d25705498c

  Message:
    Remove needless goto

  Modified files:
    lib/expr.c

  Modified: lib/expr.c (+0 -1)
===================================================================
--- lib/expr.c    2014-07-04 23:24:18 +0900 (2d42cf4)
+++ lib/expr.c    2014-07-04 23:40:02 +0900 (c6e1ee7)
@@ -6444,7 +6444,6 @@ parse_script(grn_ctx *ctx, efs_info *q)
         } else {
           ERR(GRN_UPDATE_NOT_ALLOWED,
               "'+=' is not allowed (%.*s)", (int)(q->str_end - q->str), q->str);
-          goto exit;
         }
         break;
       default :
-------------- next part --------------
HTML����������������������������...
Download 



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