[Groonga-commit] groonga/grnxx at effff7f [master] Remove a comment.

Back to archive index

susumu.yata null+****@clear*****
Thu Jun 20 20:38:12 JST 2013


susumu.yata	2013-06-20 20:38:12 +0900 (Thu, 20 Jun 2013)

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

  Message:
    Remove a comment.

  Modified files:
    lib/grnxx/map/patricia/node.hpp

  Modified: lib/grnxx/map/patricia/node.hpp (+0 -5)
===================================================================
--- lib/grnxx/map/patricia/node.hpp    2013-06-20 20:37:33 +0900 (5c14d98)
+++ lib/grnxx/map/patricia/node.hpp    2013-06-20 20:38:12 +0900 (d3a9b53)
@@ -36,11 +36,6 @@ enum NodeStatus : uint64_t {
   NODE_TERMINAL = 3
 };
 
-//constexpr uint64_t NODE_DEAD = 0;
-//constexpr uint64_t NODE_LEAF = 1;
-//constexpr uint64_t NODE_BRANCH = 2;
-//constexpr uint64_t NODE_TERMINAL = 3;
-
 // The internal structure is as follows:
 // - Common
 //   62-63 ( 2): status (DEAD, LEAF, BRANCH, TERMINAL)
-------------- next part --------------
HTML����������������������������...
Download 



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