Navigation Menu

Skip to content

Commit

Permalink
Remove a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yata committed Jun 20, 2013
1 parent 3f23173 commit effff7f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/grnxx/map/patricia/node.hpp
Expand Up @@ -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)
Expand Down

0 comments on commit effff7f

Please sign in to comment.