[Groonga-commit] groonga/grnxx at 3cab425 [master] Remove non-significant comments.

Back to archive index

susumu.yata null+****@clear*****
Fri Apr 26 20:57:46 JST 2013


susumu.yata	2013-04-26 20:57:46 +0900 (Fri, 26 Apr 2013)

  New Revision: 3cab4250425e17d2d9138c6742fb55089827d6f7
  https://github.com/groonga/grnxx/commit/3cab4250425e17d2d9138c6742fb55089827d6f7

  Message:
    Remove non-significant comments.

  Modified files:
    lib/grnxx/alpha/map.hpp
    lib/grnxx/alpha/map/double_array.hpp

  Modified: lib/grnxx/alpha/map.hpp (+0 -2)
===================================================================
--- lib/grnxx/alpha/map.hpp    2013-04-26 20:54:07 +0900 (c42b965)
+++ lib/grnxx/alpha/map.hpp    2013-04-26 20:57:46 +0900 (afce2fb)
@@ -24,12 +24,10 @@
 
 namespace grnxx {
 
-// Forward declaration.
 class Charset;
 
 namespace alpha {
 
-// Forward declaration.
 class MapScan;
 
 enum MapType : int32_t {

  Modified: lib/grnxx/alpha/map/double_array.hpp (+0 -2)
===================================================================
--- lib/grnxx/alpha/map/double_array.hpp    2013-04-26 20:54:07 +0900 (390011b)
+++ lib/grnxx/alpha/map/double_array.hpp    2013-04-26 20:57:46 +0900 (ff0a011)
@@ -31,7 +31,6 @@ template <typename T> class DoubleArrayPrefixCursor;
 template <typename T> class DoubleArrayCompletionCursor;
 class DoubleArrayBitwiseCompletionCursor;
 
-// Forward declarations.
 struct DoubleArrayHeaderForOthers;
 class DoubleArrayNodeForOthers;
 class DoubleArrayChunkForOthers;
@@ -52,7 +51,6 @@ class DoubleArrayException : Exception {
   }
 };
 
-// Forward declarations.
 struct DoubleArrayHeaderForSlice;
 class DoubleArrayNodeForSlice;
 class DoubleArrayChunkForSlice;
-------------- next part --------------
HTML����������������������������...
Download 



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