diff options
Diffstat (limited to 'lib/Frontend/PCHReader.cpp')
-rw-r--r-- | lib/Frontend/PCHReader.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Frontend/PCHReader.cpp b/lib/Frontend/PCHReader.cpp index 2e8e7dd287..8889312090 100644 --- a/lib/Frontend/PCHReader.cpp +++ b/lib/Frontend/PCHReader.cpp @@ -2369,7 +2369,6 @@ Stmt *PCHReader::ReadStmt() { break; case pch::EXPR_VA_ARG: - // FIXME: untested; we need function bodies first S = new (Context) VAArgExpr(Empty); break; @@ -2402,7 +2401,6 @@ Stmt *PCHReader::ReadStmt() { break; case pch::EXPR_BLOCK_DECL_REF: - // FIXME: untested until we have statement and block support S = new (Context) BlockDeclRefExpr(Empty); break; } |