From cfd499024808f4e0f3a349db451babd5a5ebf4e1 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 8 Dec 2018 14:31:49 +0000 Subject: Vendor import of llvm release_70 branch r348686: https://llvm.org/svn/llvm-project/llvm/branches/release_70@348686 --- include/llvm/ProfileData/Coverage/CoverageMapping.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/llvm/ProfileData/Coverage/CoverageMapping.h') diff --git a/include/llvm/ProfileData/Coverage/CoverageMapping.h b/include/llvm/ProfileData/Coverage/CoverageMapping.h index ecb284d30de0..e820f71cb6d5 100644 --- a/include/llvm/ProfileData/Coverage/CoverageMapping.h +++ b/include/llvm/ProfileData/Coverage/CoverageMapping.h @@ -641,8 +641,6 @@ public: this->operator++(); } - LineCoverageIterator &operator=(const LineCoverageIterator &R) = default; - bool operator==(const LineCoverageIterator &R) const { return &CD == &R.CD && Next == R.Next && Ended == R.Ended; } -- cgit v1.2.3