[Groonga-commit] groonga/groonga at e771517 [master] Remove needless code

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jun 20 14:32:23 JST 2016


Kouhei Sutou	2016-06-20 14:32:23 +0900 (Mon, 20 Jun 2016)

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

  Message:
    Remove needless code
    
    GitHub: #560
    
    Reported by Sho Minagawa. Thanks!!!

  Modified files:
    lib/expr.c

  Modified: lib/expr.c (+0 -1)
===================================================================
--- lib/expr.c    2016-06-19 22:26:34 +0900 (4e78d9c)
+++ lib/expr.c    2016-06-20 14:32:23 +0900 (191aac6)
@@ -5754,7 +5754,6 @@ grn_table_select_sequential(grn_ctx *ctx, grn_obj *table, grn_obj *expr,
     if ((hc = grn_hash_cursor_open(ctx, s, NULL, 0, NULL, 0, 0, -1, 0))) {
       while (grn_hash_cursor_next(ctx, hc)) {
         grn_hash_cursor_get_key(ctx, hc, (void **) &idp);
-        GRN_RECORD_SET(ctx, v, *idp);
         score = exec(ctx, *idp, &data);
         if (ctx->rc) {
           break;
-------------- next part --------------
HTML����������������������������...
Télécharger 



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