]> granicus.if.org Git - clang/commitdiff
Removed two function declarations that don't have definitions
authorDmitri Gribenko <gribozavr@gmail.com>
Thu, 29 Aug 2019 12:10:15 +0000 (12:10 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Thu, 29 Aug 2019 12:10:15 +0000 (12:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@370340 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/DeclCXX.h

index 7add83f8962448543e21b40ec26ca2731b67040d..f0acfc4d598b94b5bad8019aabc82fd573255834 100644 (file)
@@ -3469,12 +3469,6 @@ public:
     return IsVirtual;
   }
 
-  /// Get the constructor or constructor template in the derived class
-  /// correspnding to this using shadow declaration, if it has been implicitly
-  /// declared already.
-  CXXConstructorDecl *getConstructor() const;
-  void setConstructor(NamedDecl *Ctor);
-
   static bool classof(const Decl *D) { return classofKind(D->getKind()); }
   static bool classofKind(Kind K) { return K == ConstructorUsingShadow; }
 };