aboutsummaryrefslogtreecommitdiff
path: root/src/allocators.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/allocators.h')
-rw-r--r--src/allocators.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/allocators.h b/src/allocators.h
index 4b3356e874..ddeabc48c5 100644
--- a/src/allocators.h
+++ b/src/allocators.h
@@ -117,7 +117,6 @@ struct zero_after_free_allocator : public std::allocator<T>
};
// 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;
#endif