Skip to content

Commit b2edb86

Browse files
committed
NFC Drop a comment
1 parent e632364 commit b2edb86

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/lib/StaticAnalyzer/Checkers/ChrootChecker.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ bool ChrootChecker::evalChroot(const CallEvent &Call, CheckerContext &C) const {
7676
BasicValueFactory &BVF = C.getSValBuilder().getBasicValueFactory();
7777
const LocationContext *LCtx = C.getLocationContext();
7878
ProgramStateRef State = C.getState();
79-
80-
// Using CallDescriptions to match on CallExpr, so no need
81-
// to do null checks.
8279
const auto *CE = cast<CallExpr>(Call.getOriginExpr());
8380

8481
const QualType IntTy = C.getASTContext().IntTy;

0 commit comments

Comments
 (0)