diff --git a/src/util.h b/src/util.h index 6c3e6c545..5f8d0375d 100644 --- a/src/util.h +++ b/src/util.h @@ -302,14 +302,6 @@ typedef boost::interprocess::interprocess_condition CConditionVariable; } -// This is exactly like std::string, but with a custom allocator. -// (secure_allocator<> is defined in serialize.h) -typedef std::basic_string, secure_allocator > SecureString; - - - - - inline std::string i64tostr(int64 n) { return strprintf("%"PRI64d, n);