Skip to content

Commit b37d0df

Browse files
[gardening] Remove unused variable DebugScratchpads
1 parent bd3bc93 commit b37d0df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/IRGen/IRGenSIL.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ class IRGenSILFunction :
344344
StackSlotKey;
345345
/// Keeps track of the mapping of source variables to -O0 shadow copy allocas.
346346
llvm::SmallDenseMap<StackSlotKey, Address, 8> ShadowStackSlots;
347-
llvm::SmallDenseMap<llvm::Type *, Address, 8> DebugScratchpads;
348347
llvm::SmallDenseMap<Decl *, SmallString<4>, 8> AnonymousVariables;
349348
llvm::SmallVector<std::pair<DominancePoint, llvm::Instruction *>, 8>
350349
ValueVariables;

0 commit comments

Comments
 (0)