[Groonga-commit] groonga/grnxx at 4ef81a2 [master] Remove a wrong comment.

Back to archive index

susumu.yata null+****@clear*****
Tue Sep 16 19:22:51 JST 2014


susumu.yata	2014-09-16 19:22:51 +0900 (Tue, 16 Sep 2014)

  New Revision: 4ef81a2551cf522da59e26710682eabee31ba077
  https://github.com/groonga/grnxx/commit/4ef81a2551cf522da59e26710682eabee31ba077

  Message:
    Remove a wrong comment.

  Modified files:
    lib/grnxx/column.cpp

  Modified: lib/grnxx/column.cpp (+0 -1)
===================================================================
--- lib/grnxx/column.cpp    2014-09-16 18:39:27 +0900 (d0b3cca)
+++ lib/grnxx/column.cpp    2014-09-16 19:22:51 +0900 (468633c)
@@ -338,7 +338,6 @@ bool ColumnImpl<Int>::set(Error *error, Int row_id, const Datum &datum) {
       return false;
     }
   }
-  // Note that a Bool object does not have its own address.
   Int old_value = get(row_id);
   Int new_value = datum.force_int();
   if (new_value != old_value) {
-------------- next part --------------
HTML����������������������������...
Download 



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