Skip to content

Commit

Permalink
Remove old comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjp41 committed Sep 20, 2022
1 parent a13446d commit 6cb3fcb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/test/func/fixed_region/fixed_region.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ int main()

// 28 is large enough to produce a nested allocator.
// It is also large enough for the example to run in.
// For 1MiB superslabs, SUPERSLAB_BITS + 4 is not big enough for the example.
auto size = bits::one_at_bit(28);
auto oe_base = DefaultPal::reserve(size);
DefaultPal::notify_using<NoZero>(oe_base, size);
Expand Down
1 change: 0 additions & 1 deletion src/test/func/multi_region/multi_region.cc
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ int main()

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

0 comments on commit 6cb3fcb

Please sign in to comment.