From e09c1a1c11522c11c6ea81dcb1c52a4e8a2f5c6c Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 16 Jun 2016 12:28:43 -0700 Subject: Big refactor mostly builds. We now have a uniform backward compatible netconf. --- node/Utils.hpp | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'node/Utils.hpp') diff --git a/node/Utils.hpp b/node/Utils.hpp index 04838f1c..cfe56501 100644 --- a/node/Utils.hpp +++ b/node/Utils.hpp @@ -49,7 +49,6 @@ public: * @return True if strings are equal */ static inline bool secureEq(const void *a,const void *b,unsigned int len) - throw() { uint8_t diff = 0; for(unsigned int i=0;i> 1) & (uint32_t)0x55555555); v = (v & (uint32_t)0x33333333) + ((v >> 2) & (uint32_t)0x33333333); @@ -290,7 +272,6 @@ public: * @return True if memory is all zero */ static inline bool isZero(const void *p,unsigned int len) - throw() { for(unsigned int i=0;i