[Groonga-commit] groonga/groonga at 56eb4c7 [master] Remove needless rc check

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Apr 1 18:42:36 JST 2016


Kouhei Sutou	2016-04-01 18:42:36 +0900 (Fri, 01 Apr 2016)

  New Revision: 56eb4c7e1355934fe76c2d70b620c7c469c10f6f
  https://github.com/groonga/groonga/commit/56eb4c7e1355934fe76c2d70b620c7c469c10f6f

  Message:
    Remove needless rc check

  Modified files:
    lib/ctx.c

  Modified: lib/ctx.c (+0 -1)
===================================================================
--- lib/ctx.c    2016-04-01 18:41:19 +0900 (7c77824)
+++ lib/ctx.c    2016-04-01 18:42:36 +0900 (855d49a)
@@ -1573,7 +1573,6 @@ grn_ctx_qe_exec(grn_ctx *ctx, const char *str, uint32_t str_len)
                    !memcmp(v, REQUEST_ID, REQUEST_ID_LEN)) {
           GRN_BULK_REWIND(&request_id);
           p = grn_text_unesc_tok(ctx, &request_id, p, e, &tok_type);
-          if (ctx->rc) { goto exit; }
         } else if (l == OUTPUT_PRETTY_LEN &&
                    !memcmp(v, OUTPUT_PRETTY, OUTPUT_PRETTY_LEN)) {
           GRN_BULK_REWIND(&buf);
-------------- next part --------------
HTML����������������������������...
다운로드 



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