[Groonga-commit] groonga/grnxx at 029ae2e [master] Remove an unused function.

アーカイブの一覧に戻る

susumu.yata null+****@clear*****
Mon Aug 18 11:35:15 JST 2014


susumu.yata	2014-08-18 11:35:15 +0900 (Mon, 18 Aug 2014)

  New Revision: 029ae2e5afcf6f56ea7364b9be67b52dcb5c6dab
  https://github.com/groonga/grnxx/commit/029ae2e5afcf6f56ea7364b9be67b52dcb5c6dab

  Message:
    Remove an unused function.

  Modified files:
    include/grnxx/array.hpp

  Modified: include/grnxx/array.hpp (+0 -5)
===================================================================
--- include/grnxx/array.hpp    2014-08-18 11:30:17 +0900 (96605b6)
+++ include/grnxx/array.hpp    2014-08-18 11:35:15 +0900 (a0e2b54)
@@ -917,11 +917,6 @@ class Array<Record> {
     records_.pop_back();
   }
 
-  // TODO: For testing.
-  Record *data() const {
-    return const_cast<Record *>(records_.data());
-  }
-
   void swap(Int i, Int j) {
     std::swap(records_[i], records_[j]);
   }
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る