Skip to content

Commit fd810cf

Browse files
Merge pull request #3247 from practicalswift/remove-unused-variable-DebugScratchpads
[gardening] Remove unused variable DebugScratchpads
2 parents 75e10a6 + b37d0df commit fd810cf

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)