Skip to content

Commit 76d36f3

Browse files
committed
Remove FIXME that I already fixed in e02266d.
1 parent a18dc11 commit 76d36f3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/swift/SIL/Projection.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -838,9 +838,6 @@ class ProjectionTree {
838838
SILModule &Mod;
839839

840840
/// The allocator we use to allocate ProjectionTreeNodes in the tree.
841-
///
842-
/// FIXME: This should be a reference to an outside allocator. We shouldn't
843-
/// have each ProjectionTree have its own allocator.
844841
llvm::SpecificBumpPtrAllocator<ProjectionTreeNode> &Allocator;
845842

846843
// A common pattern is a 3 field struct.

0 commit comments

Comments
 (0)