Already implemented, remove the fixme.

This commit is contained in:
Vassil Vassilev 2013-08-07 17:52:54 +02:00 committed by sftnight
parent 5285fb909e
commit f857ed0f7c

View File

@ -71,7 +71,6 @@ namespace cling {
/// We don't need the elements to be contiguous in memory, that is why we
/// don't use std::vector. We don't need to copy the elements every time the
/// capacity is exceeded.
/// FIXME: Maybe we need better allocator, a bump allocator would be good.
///
std::deque<Transaction*> m_Transactions;