[Groonga-commit] groonga/grnxx [master] Remove an invalid assignment.

Back to archive index

susumu.yata null+****@clear*****
Thu Feb 7 16:46:04 JST 2013


susumu.yata	2013-02-07 16:46:04 +0900 (Thu, 07 Feb 2013)

  New Revision: b499c26bf3405349453b0de0bf23357d26b7b99b
  https://github.com/groonga/grnxx/commit/b499c26bf3405349453b0de0bf23357d26b7b99b

  Log:
    Remove an invalid assignment.

  Modified files:
    lib/alpha/double_array.cpp

  Modified: lib/alpha/double_array.cpp (+0 -1)
===================================================================
--- lib/alpha/double_array.cpp    2013-02-07 15:29:20 +0900 (01a5f69)
+++ lib/alpha/double_array.cpp    2013-02-07 16:46:04 +0900 (3c6df15)
@@ -745,7 +745,6 @@ void DoubleArrayImpl::reserve_chunk(uint64_t chunk_id) {
 //  GRN_DAT_DEBUG_THROW_IF(end != num_nodes());
 
   DoubleArrayNode node;
-  node.set_offset(DOUBLE_ARRAY_INVALID_OFFSET);
   node.set_is_phantom(true);
 
   for (uint64_t i = begin; i < end; ++i) {
-------------- next part --------------
HTML����������������������������...
Download 



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