Remove a dead decl.

llvm-svn: 61938
This commit is contained in:
Steve Naroff 2009-01-08 20:22:04 +00:00
parent 6c879a1448
commit 5ca5f4bc0a
1 changed files with 0 additions and 5 deletions

View File

@ -412,11 +412,6 @@ public:
// Marks the end of the container. // Marks the end of the container.
SourceLocation getAtEndLoc() const { return AtEndLoc; } SourceLocation getAtEndLoc() const { return AtEndLoc; }
void setAtEndLoc(SourceLocation L) { AtEndLoc = L; } void setAtEndLoc(SourceLocation L) { AtEndLoc = L; }
// This method synthesizes the getter/setter method for the property.
// FIXME: Shouldn't this be part of Sema?.
void getPropertyMethods(ASTContext &Context, ObjCPropertyDecl* Property,
ObjCMethodDecl *& Getter, ObjCMethodDecl *&Setter);
}; };
/// ObjCInterfaceDecl - Represents an ObjC class declaration. For example: /// ObjCInterfaceDecl - Represents an ObjC class declaration. For example: