[Groonga-commit] groonga/groonga at 50dceb7 [master] Remove duplicated unregistering request_canceler

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Apr 1 18:32:53 JST 2016


Kouhei Sutou	2016-04-01 18:32:53 +0900 (Fri, 01 Apr 2016)

  New Revision: 50dceb71fff34fbb9428515be83f1e01bb7197ee
  https://github.com/groonga/groonga/commit/50dceb71fff34fbb9428515be83f1e01bb7197ee

  Message:
    Remove duplicated unregistering request_canceler

  Modified files:
    lib/ctx.c

  Modified: lib/ctx.c (+0 -5)
===================================================================
--- lib/ctx.c    2016-04-01 18:30:13 +0900 (3abe043)
+++ lib/ctx.c    2016-04-01 18:32:53 +0900 (de54847)
@@ -1624,11 +1624,6 @@ grn_ctx_qe_exec(grn_ctx *ctx, const char *str, uint32_t str_len)
           (int)GRN_TEXT_LEN(&buf), GRN_TEXT_VALUE(&buf));
     }
   }
-  if (GRN_TEXT_LEN(&request_id) > 0) {
-    grn_request_canceler_unregister(ctx,
-                                    GRN_TEXT_VALUE(&request_id),
-                                    GRN_TEXT_LEN(&request_id));
-  }
 exit :
   GRN_OBJ_FIN(ctx, &request_id);
   GRN_OBJ_FIN(ctx, &buf);
-------------- next part --------------
HTML����������������������������...
Télécharger 



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