aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/PCHReader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Frontend/PCHReader.cpp')
-rw-r--r--lib/Frontend/PCHReader.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Frontend/PCHReader.cpp b/lib/Frontend/PCHReader.cpp
index 8e1118cb7f..031b71fbac 100644
--- a/lib/Frontend/PCHReader.cpp
+++ b/lib/Frontend/PCHReader.cpp
@@ -1803,9 +1803,6 @@ PCHReader::PCHReadResult PCHReader::ReadPCH(const std::string &FileName) {
if (Pos == IdTable->end())
continue;
- fprintf(stderr, "Looked up pre-allocated IdentifierInfo \"%s\"\n",
- II->getName());
-
// Dereferencing the iterator has the effect of populating the
// IdentifierInfo node with the various declarations it needs.
(void)*Pos;