[Groonga-commit] groonga/grnxx at cf31e2b [master] Remove an unused default argument.

Back to archive index

susumu.yata null+****@clear*****
Tue Sep 16 09:38:48 JST 2014


susumu.yata	2014-09-16 09:38:48 +0900 (Tue, 16 Sep 2014)

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

  Message:
    Remove an unused default argument.

  Modified files:
    include/grnxx/index.hpp

  Modified: include/grnxx/index.hpp (+1 -1)
===================================================================
--- include/grnxx/index.hpp    2014-09-16 09:36:39 +0900 (86f9c64)
+++ include/grnxx/index.hpp    2014-09-16 09:38:48 +0900 (180d6d4)
@@ -131,7 +131,7 @@ class Index {
                        Column *column,
                        String name,
                        IndexType type,
-                       const IndexOptions &options = IndexOptions());
+                       const IndexOptions &options);
 
  private:
   // Create a new index.
-------------- next part --------------
HTML����������������������������...
Download 



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