diff options
Diffstat (limited to 'lib/block_allocator.cpp')
-rw-r--r-- | lib/block_allocator.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/block_allocator.cpp b/lib/block_allocator.cpp index 1f4490c..edac4c6 100644 --- a/lib/block_allocator.cpp +++ b/lib/block_allocator.cpp @@ -11,8 +11,6 @@ const size_t AT_LEAST_DEFAULT_ITEMS = 1 << 13; const size_t AHH_TOO_MANY_BYTES = 1 << 20; //TODO const size_t THIS_MANY_BUFFERS = 32; -//TODO will need more complicated later - void BlockActor::buffer_returner(const size_t index, SBuffer &buffer) { //reset offset and length |