[analyzer][NFC] Remove dead field of UnixAPICheckers
authorBalazs Benics <balazs.benics@sigmatechnology.se>
Wed, 15 Jun 2022 14:50:12 +0000 (16:50 +0200)
committerBalazs Benics <balazs.benics@sigmatechnology.se>
Wed, 15 Jun 2022 14:50:12 +0000 (16:50 +0200)
commit481f8603246c725a27f937ec5fde4d68fa4584ae
tree2cf3189e5a59b718436c80782d7a7c3f8badd5a6
parent6c4f9998ae383d69e97a0d977585f2cb55ff92ed
[analyzer][NFC] Remove dead field of UnixAPICheckers

Initially, I thought there is some fundamental bug here by not using the
bool fields, but it turns out D55425 split this checker into two
separate ones; making these fields dead.

Depends on D127836, which uncovered this issue.

Reviewed By: martong

Differential Revision: https://reviews.llvm.org/D127838
clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp