Skip to content

Commit

Permalink
[clang][analyzer][NFC] Remove redundant code in StreamChecker (#71394)
Browse files Browse the repository at this point in the history
  • Loading branch information
benshi001 committed Nov 7, 2023
1 parent 6e56c35 commit 1b45fe5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,6 @@ ProgramStateRef StreamChecker::ensureStreamOpened(SVal StreamVal,
N));
return nullptr;
}
return State;
}

return State;
Expand Down

0 comments on commit 1b45fe5

Please sign in to comment.