Skip to content

Commit 9268174

Browse files
committed
Remove old comment.
1 parent ee19217 commit 9268174

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/test/func/fixed_region/fixed_region.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ int main()
2121

2222
// 28 is large enough to produce a nested allocator.
2323
// It is also large enough for the example to run in.
24-
// For 1MiB superslabs, SUPERSLAB_BITS + 4 is not big enough for the example.
2524
auto size = bits::one_at_bit(28);
2625
auto oe_base = DefaultPal::reserve(size);
2726
DefaultPal::notify_using<NoZero>(oe_base, size);

src/test/func/multi_region/multi_region.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ int main()
136136

137137
// 28 is large enough to produce a nested allocator.
138138
// It is also large enough for the example to run in.
139-
// For 1MiB superslabs, SUPERSLAB_BITS + 4 is not big enough for the example.
140139
auto size = bits::one_at_bit(28);
141140
auto base = DefaultPal::reserve(size);
142141
DefaultPal::notify_using<NoZero>(base, size);

0 commit comments

Comments
 (0)