diff --git a/src/bees.cc b/src/bees.cc index bdabec1..4e17130 100644 --- a/src/bees.cc +++ b/src/bees.cc @@ -221,20 +221,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) {