diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-08-24 22:09:40 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-08-24 22:09:40 +0000 |
commit | 203ba053ef3a7ccab513963118b4632b358c7e89 (patch) | |
tree | f0e6d7561c8eebbe2dd886a85c0a064e315850f8 /lib/AST/DeclBase.cpp | |
parent | 5eb7d82604970c2d2730a8b1fe5ee268b37f9844 (diff) |
Remove long-dead FIXME
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138498 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/DeclBase.cpp')
-rw-r--r-- | lib/AST/DeclBase.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/AST/DeclBase.cpp b/lib/AST/DeclBase.cpp index d179f7bfea..43a1c24149 100644 --- a/lib/AST/DeclBase.cpp +++ b/lib/AST/DeclBase.cpp @@ -922,8 +922,6 @@ DeclContext::decl_iterator DeclContext::decls_begin() const { if (hasExternalLexicalStorage()) LoadLexicalDeclsFromExternalStorage(); - // FIXME: Check whether we need to load some declarations from - // external storage. return decl_iterator(FirstDecl); } |