The unified diff between revisions [fd68181d..] and [749fac9e..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'include/allocate.h'

#
#
# patch "include/allocate.h"
#  from [532035d3cdec5a2c8fd3250f87a78fa7f3d77eb4]
#    to [acaf4aa6a1213de0c71b128d79d4760cdb3159b3]
#
============================================================
--- include/allocate.h	532035d3cdec5a2c8fd3250f87a78fa7f3d77eb4
+++ include/allocate.h	acaf4aa6a1213de0c71b128d79d4760cdb3159b3
@@ -12,7 +12,7 @@ namespace Botan {
 namespace Botan {

 /*************************************************
-* Allocator                                      *
+* Allocator Interface                            *
 *************************************************/
 class Allocator
    {
@@ -30,10 +30,6 @@ class Allocator
       virtual ~Allocator() {}
    };

-/*************************************************
-* Get an allocator                               *
-*************************************************/
-
 }

 #endif