diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-06-25 17:25:49 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-06-25 17:25:49 +0000 |
commit | 048006ba7ee09688211badf4384484ddef50bd0c (patch) | |
tree | 9a4042398d5c62723fcf445fc4bac0fedf6198fb | |
parent | 3d2065b6efaa62d345fc3a3d8a6651215e9767b2 (diff) |
Remove declaration for unused and unimplemented static method.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74182 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Analysis/GRSimpleVals.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Analysis/GRSimpleVals.h b/lib/Analysis/GRSimpleVals.h index 6ef49dcdd2..abb091a186 100644 --- a/lib/Analysis/GRSimpleVals.h +++ b/lib/Analysis/GRSimpleVals.h @@ -69,12 +69,6 @@ public: GRStmtNodeBuilder<GRState>& Builder, ObjCMessageExpr* ME, ExplodedNode<GRState>* Pred); - - - - static void GeneratePathDiagnostic(PathDiagnostic& PD, ASTContext& Ctx, - ExplodedNode<GRState>* N); - protected: // Equality (==, !=) operators for Locs. |