From a857389a7d0dc24e3c89783939232d927391e66e Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Thu, 4 Mar 2010 09:05:58 +0000 Subject: [PATCH] The FIXME is fixed. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97725 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Checker/PathSensitive/GRState.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/clang/Checker/PathSensitive/GRState.h b/include/clang/Checker/PathSensitive/GRState.h index bc2fae57cf..7e2720ba48 100644 --- a/include/clang/Checker/PathSensitive/GRState.h +++ b/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); -- 2.50.1