From 6f84d46f3329658b14bb1ca75276cd8975410c8d Mon Sep 17 00:00:00 2001 From: Zhongxing Xu <xuzhongxing@gmail.com> Date: Thu, 4 Mar 2010 09:05:58 +0000 Subject: [PATCH] The FIXME is fixed. llvm-svn: 97725 --- clang/include/clang/Checker/PathSensitive/GRState.h | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/include/clang/Checker/PathSensitive/GRState.h b/clang/include/clang/Checker/PathSensitive/GRState.h index bc2fae57cfdd..7e2720ba48dd 100644 --- a/clang/include/clang/Checker/PathSensitive/GRState.h +++ b/clang/include/clang/Checker/PathSensitive/GRState.h @@ -135,7 +135,6 @@ public: /// Profile - Profile the contents of a GRState object for use /// in a FoldingSet. static void Profile(llvm::FoldingSetNodeID& ID, const GRState* V) { - // FIXME: Do we need to include the AnalysisContext in the profile? V->Env.Profile(ID); ID.AddPointer(V->St); V->GDM.Profile(ID);