[analyzer] Remove experimental FIXME that never actually applied to the code in trunk.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138508 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/StaticAnalyzer/Core/CFRefCount.cpp b/lib/StaticAnalyzer/Core/CFRefCount.cpp
index ff65dd5..3c3bd34 100644
--- a/lib/StaticAnalyzer/Core/CFRefCount.cpp
+++ b/lib/StaticAnalyzer/Core/CFRefCount.cpp
@@ -3543,8 +3543,6 @@
 
       static SimpleProgramPointTag
              ReturnNotOwnedTag("RetainReleaseChecker : ReturnNotOwnedForOwned");
-      // FIXME: This PostStmt is a lie. But currently CFRefReport expects all
-      // interesting things to happen in PostStmt nodes.
       ExplodedNode *N = Builder.generateNode(S, state, Pred, 
                                              &ReturnNotOwnedTag);
       if (N) {