From afbd611bed7f27d0790fc19b18318e3ef213dfd8 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 22 Aug 2021 22:14:34 +1000 Subject: Follow rule-of-zero / rule-of-5 where reasonable by removing standard operators that are not needed. --- src/RESearch.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/RESearch.h') diff --git a/src/RESearch.h b/src/RESearch.h index 4f0598826..306d1b3d1 100644 --- a/src/RESearch.h +++ b/src/RESearch.h @@ -23,7 +23,6 @@ class RESearch { public: explicit RESearch(CharClassify *charClassTable); // No dynamic allocation so default copy constructor and assignment operator are OK. - ~RESearch(); void Clear() noexcept; void GrabMatches(const CharacterIndexer &ci); const char *Compile(const char *pattern, Sci::Position length, bool caseSensitive, bool posix) noexcept; -- cgit v1.2.3