[cfe-commits] r61938 - /cfe/trunk/include/clang/AST/DeclObjC.h
Steve Naroff
snaroff at apple.com
Thu Jan 8 12:22:04 PST 2009
Author: snaroff
Date: Thu Jan 8 14:22:04 2009
New Revision: 61938
URL: http://llvm.org/viewvc/llvm-project?rev=61938&view=rev
Log:
Remove a dead decl.
Modified:
cfe/trunk/include/clang/AST/DeclObjC.h
Modified: cfe/trunk/include/clang/AST/DeclObjC.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/DeclObjC.h?rev=61938&r1=61937&r2=61938&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/DeclObjC.h (original)
+++ cfe/trunk/include/clang/AST/DeclObjC.h Thu Jan 8 14:22:04 2009
@@ -412,11 +412,6 @@
// Marks the end of the container.
SourceLocation getAtEndLoc() const { return AtEndLoc; }
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:
More information about the cfe-commits
mailing list