[Groonga-commit] groonga/grnxx at 188d409 [master] Remove old TODOs.

Back to archive index

susumu.yata null+****@clear*****
Fri Aug 1 10:05:48 JST 2014


susumu.yata	2014-08-01 10:05:48 +0900 (Fri, 01 Aug 2014)

  New Revision: 188d4098634fbdfaa47feba7d50f837fb6a5e050
  https://github.com/groonga/grnxx/commit/188d4098634fbdfaa47feba7d50f837fb6a5e050

  Message:
    Remove old TODOs.

  Modified files:
    include/grnxx/record.hpp
    include/grnxx/types.hpp
    lib/grnxx/record.cpp

  Modified: include/grnxx/record.hpp (+0 -3)
===================================================================
--- include/grnxx/record.hpp    2014-07-31 19:35:02 +0900 (e140776)
+++ include/grnxx/record.hpp    2014-08-01 10:05:48 +0900 (cbd01e5)
@@ -96,9 +96,6 @@ class RecordSet {
     return records_.push_back(error, record);
   }
 
-  // TODO: The following const_cast can be removed if RecordSet does not
-  //       use Array<Record>.
-
   // Return a subset.
   RecordSubset subset(Int offset = 0) const {
     return RecordSubset(const_cast<Record *>(&records_[offset]),

  Modified: include/grnxx/types.hpp (+0 -1)
===================================================================
--- include/grnxx/types.hpp    2014-07-31 19:35:02 +0900 (5eddad8)
+++ include/grnxx/types.hpp    2014-08-01 10:05:48 +0900 (51c042b)
@@ -131,7 +131,6 @@ enum DataType {
   // Value: Latitude-longitude in milliseconds.
   // Default: (0, 0).
   GEO_POINT_DATA,
-  // TODO: Not supported yet.
   // Type: String.
   // Value: Byte string.
   // Default: "".

  Modified: lib/grnxx/record.cpp (+0 -2)
===================================================================
--- lib/grnxx/record.cpp    2014-07-31 19:35:02 +0900 (e7dda5d)
+++ lib/grnxx/record.cpp    2014-08-01 10:05:48 +0900 (3f90fe5)
@@ -4,6 +4,4 @@
 
 namespace grnxx {
 
-// TODO: RecordSet should be replaced with Array<Record>?
-
 }  // namespace
-------------- next part --------------
HTML����������������������������...
Download 



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