[Groonga-commit] groonga/groonga [master] Remove needless assignment

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Feb 18 23:58:27 JST 2013


Kouhei Sutou	2013-02-18 23:58:27 +0900 (Mon, 18 Feb 2013)

  New Revision: 97c9814ed18e662090cde2c8967dee058b6c6015
  https://github.com/groonga/groonga/commit/97c9814ed18e662090cde2c8967dee058b6c6015

  Log:
    Remove needless assignment

  Modified files:
    lib/geo.c

  Modified: lib/geo.c (+0 -1)
===================================================================
--- lib/geo.c    2013-02-18 23:56:55 +0900 (c6dbb78)
+++ lib/geo.c    2013-02-18 23:58:27 +0900 (02816ba)
@@ -640,7 +640,6 @@ grn_geo_table_sort_by_distance(grn_ctx *ctx,
           grn_hash_close(ctx, indexed_entries);
           indexed_entries = NULL;
         }
-        need_non_indexed_entries = GRN_FALSE;
         break;
       }
       *sorted_id = ep->id;
-------------- next part --------------
HTML����������������������������...
Download 



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