]> granicus.if.org Git - clang/commit
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)
commit3021475d7ab05424d8a56829011cf0563562a6d6
treeba6b2d75ef69f5a09f59cf2be122043eac0da88f
parent8d45c2bf8d41d4ca24b1e993eb943b0384210d1a
Remove ASTReader::needPendingInstantiation(), introduced in r164993,
which is neither correct nor necessary. The use of this routine was
eliminated by r165137.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165139 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Serialization/ASTReader.h
lib/Serialization/ASTReaderDecl.cpp