]> granicus.if.org Git - clang/commitdiff
Remove a dead decl.
authorSteve Naroff <snaroff@apple.com>
Thu, 8 Jan 2009 20:22:04 +0000 (20:22 +0000)
committerSteve Naroff <snaroff@apple.com>
Thu, 8 Jan 2009 20:22:04 +0000 (20:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61938 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/DeclObjC.h

index 112fcfd9c8d438022881e69824df3024aa006430..8c5ed18f83270808d5c754f10e46e588778a1b0f 100644 (file)
@@ -412,11 +412,6 @@ public:
   // 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: