Skip to content

Commit 487e757

Browse files
authored
[clang][NFC] Remove dead PassTypeToPlacementDelete field (#143448)
The CallDeleteDuringNew::PassTypeToPlacementDelete field became unneeded during the many refactorings of P2719 but I didn't actually remove it.
1 parent bfe0967 commit 487e757

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/lib/CodeGen/CGExprCXX.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,8 +1446,6 @@ namespace {
14461446
unsigned NumPlacementArgs : 30;
14471447
LLVM_PREFERRED_TYPE(AlignedAllocationMode)
14481448
unsigned PassAlignmentToPlacementDelete : 1;
1449-
LLVM_PREFERRED_TYPE(TypeAwareAllocationMode)
1450-
unsigned PassTypeToPlacementDelete : 1;
14511449
const FunctionDecl *OperatorDelete;
14521450
RValueTy TypeIdentity;
14531451
ValueTy Ptr;

0 commit comments

Comments
 (0)