Skip to content

Commit 8a5fd05

Browse files
committed
Debug build fix.
1 parent 00c36d0 commit 8a5fd05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLambdaCapturesChecker.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ class UncountedLambdaCapturesChecker
169169
}
170170

171171
void reportBugOnThisPtr(const LambdaCapture &Capture) const {
172-
assert(CapturedVar);
173-
174172
SmallString<100> Buf;
175173
llvm::raw_svector_ostream Os(Buf);
176174

0 commit comments

Comments
 (0)