diff --git a/src/tools/clangbackend/ipcsource/highlightinginformationsiterator.h b/src/tools/clangbackend/ipcsource/highlightinginformationsiterator.h index 53f540970e6..ae868569bf1 100644 --- a/src/tools/clangbackend/ipcsource/highlightinginformationsiterator.h +++ b/src/tools/clangbackend/ipcsource/highlightinginformationsiterator.h @@ -56,10 +56,6 @@ public: cxTranslationUnit(cxTranslationUnit) {} - HighlightingInformationsIterator(const HighlightingInformationsIterator &other) - : cxCursorIterator(other.cxCursorIterator) - {} - HighlightingInformationsIterator& operator++() { ++cxCursorIterator;