From 4e010da54b3d660376e4d583a2ca3e8befd60899 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 26 Sep 2013 17:45:19 -0400 Subject: Work in progress... --- node/Address.hpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'node/Address.hpp') diff --git a/node/Address.hpp b/node/Address.hpp index 51dd84ec..034bc144 100644 --- a/node/Address.hpp +++ b/node/Address.hpp @@ -231,15 +231,6 @@ public: */ inline operator bool() const throw() { return (_a != 0); } - /** - * @return Sum of all bytes in address - */ - inline unsigned int sum() const - throw() - { - return (unsigned int)(((_a >> 32) & 0xff) + ((_a >> 24) & 0xff) + ((_a >> 16) & 0xff) + ((_a >> 8) & 0xff) + (_a & 0xff)); - } - /** * Check if this address is reserved * -- cgit v1.2.3