remove duplicate definition of SecureString in util.h
SecureString was moved to allocators.h in commit 6cb6d62347
This commit is contained in:
parent
bd51e8ef8a
commit
3ee5f8aac3
1 changed files with 0 additions and 8 deletions
|
@ -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<char, std::char_traits<char>, secure_allocator<char> > SecureString;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
inline std::string i64tostr(int64 n)
|
inline std::string i64tostr(int64 n)
|
||||||
{
|
{
|
||||||
return strprintf("%"PRI64d, n);
|
return strprintf("%"PRI64d, n);
|
||||||
|
|
Loading…
Reference in a new issue