aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/RESearch.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-08-22 22:14:34 +1000
committerNeil <nyamatongwe@gmail.com>2021-08-22 22:14:34 +1000
commitafbd611bed7f27d0790fc19b18318e3ef213dfd8 (patch)
tree25f2007712e60e5062de4b007bf78c90f239d88c /src/RESearch.h
parent6f709917a1134aaf55fc83d8a9f18a30b50efd89 (diff)
downloadscintilla-mirror-afbd611bed7f27d0790fc19b18318e3ef213dfd8.tar.gz
Follow rule-of-zero / rule-of-5 where reasonable by removing standard operators
that are not needed.
Diffstat (limited to 'src/RESearch.h')
-rw-r--r--src/RESearch.h1
1 files changed, 0 insertions, 1 deletions
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;