aboutsummaryrefslogtreecommitdiffstats
path: root/include/allocate.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/allocate.h')
-rw-r--r--include/allocate.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/allocate.h b/include/allocate.h
index ec5868a47..eabfe1c79 100644
--- a/include/allocate.h
+++ b/include/allocate.h
@@ -12,7 +12,7 @@
namespace Botan {
/*************************************************
-* Allocator *
+* Allocator Interface *
*************************************************/
class Allocator
{
@@ -30,10 +30,6 @@ class Allocator
virtual ~Allocator() {}
};
-/*************************************************
-* Get an allocator *
-*************************************************/
-
}
#endif