aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/GRCXXExprEngine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Checker/GRCXXExprEngine.cpp')
-rw-r--r--lib/Checker/GRCXXExprEngine.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Checker/GRCXXExprEngine.cpp b/lib/Checker/GRCXXExprEngine.cpp
index 072c21e721..1954c2d5d9 100644
--- a/lib/Checker/GRCXXExprEngine.cpp
+++ b/lib/Checker/GRCXXExprEngine.cpp
@@ -193,9 +193,6 @@ void GRExprEngine::VisitCXXMemberCallExpr(const CXXMemberCallExpr *MCE,
SetupThis.Add(Builder->generateNode(Loc, state, *I));
}
- // FIXME: Perform the actual method call. Right now all we do is evaluate
- // the arguments.
-
// Perform post-visit.
CheckerVisit(MCE, Dst, /* FIXME: don't forget to update later */ SetupThis,
PostVisitStmtCallback);