From 048006ba7ee09688211badf4384484ddef50bd0c Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 25 Jun 2009 17:25:49 +0000 Subject: [PATCH] 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 --- lib/Analysis/GRSimpleVals.h | 6 ------ 1 file changed, 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& Builder, ObjCMessageExpr* ME, ExplodedNode* Pred); - - - - static void GeneratePathDiagnostic(PathDiagnostic& PD, ASTContext& Ctx, - ExplodedNode* N); - protected: // Equality (==, !=) operators for Locs. -- 2.40.0