Skip to content

Commit 7433d8c

Browse files
committed
Follow up to 0e4b8b8, squash unused variable warning
1 parent 10dc8bc commit 7433d8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Coroutines/CoroFrame.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,6 @@ static void insertSpills(const FrameDataInfo &FrameData, coro::Shape &Shape) {
11241124
}
11251125

11261126
auto SalvageOne = [&](auto *DDI) {
1127-
bool AllowUnresolved = false;
11281127
// This dbg.declare is preserved for all coro-split function
11291128
// fragments. It will be unreachable in the main function, and
11301129
// processed by coro::salvageDebugInfo() by the Cloner.

0 commit comments

Comments
 (0)