diff options
author | Steve Naroff <snaroff@apple.com> | 2009-04-23 16:00:56 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2009-04-23 16:00:56 +0000 |
commit | 8f06f84e8be64962cc478e3e8867336768cac79b (patch) | |
tree | 33b43815fd9d9aff0f07bb87b3bba8a18893d260 /lib/Frontend/PCHReader.cpp | |
parent | a7503a735d56473a67987880726f8bf731ee3463 (diff) |
More PushOnScopeChain() FIXME's.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69894 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/PCHReader.cpp')
-rw-r--r-- | lib/Frontend/PCHReader.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Frontend/PCHReader.cpp b/lib/Frontend/PCHReader.cpp index 0502a876a3..2f6206dd09 100644 --- a/lib/Frontend/PCHReader.cpp +++ b/lib/Frontend/PCHReader.cpp @@ -2743,7 +2743,6 @@ PCHReader::ReadDeclarationName(const RecordData &Record, unsigned &Idx) { case DeclarationName::ObjCOneArgSelector: case DeclarationName::ObjCMultiArgSelector: return DeclarationName(GetSelector(Record, Idx)); - break; case DeclarationName::CXXConstructorName: return Context.DeclarationNames.getCXXConstructorName( |