aboutsummaryrefslogtreecommitdiffstats
path: root/include/allocate.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2007-10-21 07:50:34 +0000
committerlloyd <[email protected]>2007-10-21 07:50:34 +0000
commitcfcfaf67d64abab036d3c4b66837b2a0116e1946 (patch)
tree3cf07184e909ba173857efc6dcf9a7fc9bd7bc1c /include/allocate.h
parent14f2c19b84b5885049f6f647434a62f19a11d48d (diff)
Remove useless comment
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