diff options
Diffstat (limited to 'include/clang/AST/ASTUnresolvedSet.h')
-rw-r--r-- | include/clang/AST/ASTUnresolvedSet.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/clang/AST/ASTUnresolvedSet.h b/include/clang/AST/ASTUnresolvedSet.h index e8be67006c5b3..84b0842492ad4 100644 --- a/include/clang/AST/ASTUnresolvedSet.h +++ b/include/clang/AST/ASTUnresolvedSet.h @@ -32,9 +32,6 @@ class ASTUnresolvedSet { DeclsTy Decls; - ASTUnresolvedSet(const ASTUnresolvedSet &) LLVM_DELETED_FUNCTION; - void operator=(const ASTUnresolvedSet &) LLVM_DELETED_FUNCTION; - friend class LazyASTUnresolvedSet; public: |