summaryrefslogtreecommitdiff
path: root/runtime/linear_alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/linear_alloc.h')
-rw-r--r--runtime/linear_alloc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/linear_alloc.h b/runtime/linear_alloc.h
index f4cde68469..c40af8ad46 100644
--- a/runtime/linear_alloc.h
+++ b/runtime/linear_alloc.h
@@ -64,7 +64,6 @@ class TrackingHeader final {
std::ostream& operator<<(std::ostream& os, LinearAllocKind value);
-// TODO: Support freeing if we add class unloading.
class LinearAlloc {
public:
static constexpr size_t kAlignment = 8u;