summaryrefslogtreecommitdiff
path: root/node/Capability.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Capability.hpp')
-rw-r--r--node/Capability.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node/Capability.hpp b/node/Capability.hpp
index 08714038..d884625e 100644
--- a/node/Capability.hpp
+++ b/node/Capability.hpp
@@ -396,7 +396,6 @@ public:
unsigned int p = startAt;
- // These are the same between Tag and Capability
_nwid = b.template at<uint64_t>(p); p += 8;
_ts = b.template at<uint64_t>(p); p += 8;
_id = b.template at<uint32_t>(p); p += 4;