]> granicus.if.org Git - clang/commitdiff
Remove some debugging output from the PCH reader
authorDouglas Gregor <dgregor@apple.com>
Wed, 22 Apr 2009 14:18:52 +0000 (14:18 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 22 Apr 2009 14:18:52 +0000 (14:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69803 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Frontend/PCHReader.cpp

index 8e1118cb7f72bfcb116c3c37a1fa82d46a99419f..031b71fbac67b5d80f26041e6006d6ac74e5f209 100644 (file)
@@ -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;