diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2011-08-29 17:33:12 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2011-08-29 17:33:12 +0000 |
commit | 10af87932fe4bffad539b24d512a33a1803daeae (patch) | |
tree | 91920511c3b0ee83f82785980ae5a88596fc0be1 /lib/Sema/SemaDecl.cpp | |
parent | ece3894a9fe3ce3d282e63c349d84c0923143fe2 (diff) |
Minor clean up of objc's decl context stuff.
No change in functionality.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138742 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaDecl.cpp')
-rw-r--r-- | lib/Sema/SemaDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaDecl.cpp b/lib/Sema/SemaDecl.cpp index 2f2ba7f8e6..e09896a60c 100644 --- a/lib/Sema/SemaDecl.cpp +++ b/lib/Sema/SemaDecl.cpp @@ -7780,7 +7780,7 @@ void Sema::ActOnTagFinishDefinition(Scope *S, Decl *TagD, Consumer.HandleTagDeclDefinition(Tag); } -void Sema::ActOnObjCContainerFinishDefinition(Decl *IDecl) { +void Sema::ActOnObjCContainerFinishDefinition() { // Exit this scope of this interface definition. PopDeclContext(); } |