Remove ASTReader::needPendingInstantiation(), introduced in r164993,
authorDouglas Gregor <dgregor@apple.com>
Wed, 3 Oct 2012 18:38:43 +0000 (18:38 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 3 Oct 2012 18:38:43 +0000 (18:38 +0000)
commite96037923fe3488d7f5a4ca8157f8530248e67db
tree1a81834be49e6ad91cfd2bd3ee476eb5e656df8a
parente4a838ac3f2ac6ce29336bf3a67a17a8a1d877c8
Remove ASTReader::needPendingInstantiation(), introduced in r164993,
which is neither correct nor necessary. The use of this routine was
eliminated by r165137.

llvm-svn: 165139
clang/include/clang/Serialization/ASTReader.h
clang/lib/Serialization/ASTReaderDecl.cpp