diff --git a/src/bees.cc b/src/bees.cc index 1e245a3..f6eae48 100644 --- a/src/bees.cc +++ b/src/bees.cc @@ -204,20 +204,6 @@ BeesNote::get_status() // static inline helpers ---------------------------------------- -static inline -bool -bees_addr_check(uint64_t v) -{ - return !(v & (1ULL << 63)); -} - -static inline -bool -bees_addr_check(int64_t v) -{ - return !(v & (1ULL << 63)); -} - string pretty(double d) {