[Groonga-commit] groonga/grnxx [master] Remove a needless line.

Back to archive index

susumu.yata null+****@clear*****
Wed Mar 27 15:11:51 JST 2013


susumu.yata	2013-03-27 15:11:51 +0900 (Wed, 27 Mar 2013)

  New Revision: 624ed55e8e288e8129785b4cf05094abb563bb8e
  https://github.com/groonga/grnxx/commit/624ed55e8e288e8129785b4cf05094abb563bb8e

  Message:
    Remove a needless line.

  Modified files:
    lib/grnxx/map/da/large/prefix_cursor.cpp

  Modified: lib/grnxx/map/da/large/prefix_cursor.cpp (+0 -1)
===================================================================
--- lib/grnxx/map/da/large/prefix_cursor.cpp    2013-03-27 15:09:46 +0900 (fefc1c9)
+++ lib/grnxx/map/da/large/prefix_cursor.cpp    2013-03-27 15:11:51 +0900 (c4efbf7)
@@ -89,7 +89,6 @@ void PrefixCursor::open_cursor(Trie *trie, MapCursorFlags flags,
   if (i == query.size()) {
     const Node node = trie_->nodes_[node_id];
     if (node.is_leaf()) {
-      const Key &key = trie_->get_key(node.key_pos());
       if ((node.key_size() >= min) && (node.key_size() <= query.size())) {
         nodes_.push_back(node);
       }
-------------- next part --------------
HTML����������������������������...
Download 



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