mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 22:00:10 +00:00
[StaticAnalyzer] Remove redundant declaration isStdSmartPtr (NFC)
An identical declaration is present just a couple of lines above the line being removed in this patch. Identified with readability-redundant-declaration.
This commit is contained in:
parent
2d303e6781
commit
34558b039b
@ -25,8 +25,6 @@ bool isStdSmartPtrCall(const CallEvent &Call);
|
||||
bool isStdSmartPtr(const CXXRecordDecl *RD);
|
||||
bool isStdSmartPtr(const Expr *E);
|
||||
|
||||
bool isStdSmartPtr(const CXXRecordDecl *RD);
|
||||
|
||||
/// Returns whether the smart pointer is null or not.
|
||||
bool isNullSmartPtr(const ProgramStateRef State, const MemRegion *ThisRegion);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user