diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2010-03-04 09:05:58 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2010-03-04 09:05:58 +0000 |
commit | a857389a7d0dc24e3c89783939232d927391e66e (patch) | |
tree | 015a79f35c583ddcb910dab11c1e9201349e56a8 | |
parent | 57d3b76761bdba265769deb497afa784935602be (diff) |
The FIXME is fixed.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97725 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Checker/PathSensitive/GRState.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |