]> granicus.if.org Git - clang/commitdiff
The FIXME is fixed.
authorZhongxing Xu <xuzhongxing@gmail.com>
Thu, 4 Mar 2010 09:05:58 +0000 (09:05 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Thu, 4 Mar 2010 09:05:58 +0000 (09:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97725 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Checker/PathSensitive/GRState.h

index bc2fae57cfdd1739f39902c5513b721c752ce980..7e2720ba48dd7d35b060fefef420638022898464 100644 (file)
@@ -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);