Skip to content

Commit 35eb4fb

Browse files
committed
NFC Drop the unused isDefault()
1 parent 48d2545 commit 35eb4fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/StaticAnalyzer/Core/RegionStore.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ class BindingKey {
7070

7171
public:
7272
bool isDirect() const { return P.getInt() & Direct; }
73-
bool isDefault() const { return !isDirect(); }
7473
bool hasSymbolicOffset() const { return P.getInt() & Symbolic; }
7574

7675
const MemRegion *getRegion() const { return P.getPointer(); }

0 commit comments

Comments
 (0)