[Groonga-commit] groonga/grnxx at 1112a43 [master] Remove wrong comments.

Back to archive index

susumu.yata null+****@clear*****
Mon Sep 8 11:14:45 JST 2014


susumu.yata	2014-09-08 11:14:45 +0900 (Mon, 08 Sep 2014)

  New Revision: 1112a43d1a5eae21208965bdfa356362c593519f
  https://github.com/groonga/grnxx/commit/1112a43d1a5eae21208965bdfa356362c593519f

  Message:
    Remove wrong comments.

  Modified files:
    lib/grnxx/column.cpp

  Modified: lib/grnxx/column.cpp (+0 -2)
===================================================================
--- lib/grnxx/column.cpp    2014-09-05 18:12:19 +0900 (a0de861)
+++ lib/grnxx/column.cpp    2014-09-08 11:14:45 +0900 (025b0d4)
@@ -49,13 +49,11 @@ Index *Column::find_index(Error *error, String name) const {
 }
 
 bool Column::set(Error *error, Int row_id, const Datum &datum) {
-  // TODO: Index is not supported yet.
   GRNXX_ERROR_SET(error, NOT_SUPPORTED_YET, "Not suported yet");
   return false;
 }
 
 bool Column::get(Error *error, Int row_id, Datum *datum) const {
-  // TODO: Index is not supported yet.
   GRNXX_ERROR_SET(error, NOT_SUPPORTED_YET, "Not suported yet");
   return false;
 }
-------------- next part --------------
HTML����������������������������...
Download 



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