diff options
Diffstat (limited to 'clang/lib/AST/DeclObjC.cpp')
-rw-r--r-- | clang/lib/AST/DeclObjC.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/AST/DeclObjC.cpp b/clang/lib/AST/DeclObjC.cpp index 68177de70d4..97f215fb7f0 100644 --- a/clang/lib/AST/DeclObjC.cpp +++ b/clang/lib/AST/DeclObjC.cpp @@ -550,7 +550,6 @@ ObjCInterfaceDecl *ObjCMethodDecl::getClassInterface() { assert(!isa<ObjCProtocolDecl>(getDeclContext()) && "It's a protocol method"); llvm_unreachable("unknown method context"); - return 0; } //===----------------------------------------------------------------------===// @@ -782,7 +781,6 @@ const ObjCInterfaceDecl *ObjCIvarDecl::getContainingInterface() const { case ObjCCategoryImpl: case ObjCProtocol: llvm_unreachable("invalid ivar container!"); - return 0; // Ivars can only appear in class extension categories. case ObjCCategory: { |