diff options
Diffstat (limited to 'tools/clang-refactor/TestSupport.h')
-rw-r--r-- | tools/clang-refactor/TestSupport.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/clang-refactor/TestSupport.h b/tools/clang-refactor/TestSupport.h index 61aa660733fbc..779006b0c5022 100644 --- a/tools/clang-refactor/TestSupport.h +++ b/tools/clang-refactor/TestSupport.h @@ -59,9 +59,6 @@ struct TestSelectionRangesInFile { }; std::vector<RangeGroup> GroupedRanges; - TestSelectionRangesInFile(TestSelectionRangesInFile &&) = default; - TestSelectionRangesInFile &operator=(TestSelectionRangesInFile &&) = default; - bool foreachRange(const SourceManager &SM, llvm::function_ref<void(SourceRange)> Callback) const; |