summaryrefslogtreecommitdiff
path: root/src/selectors.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-10-09 13:25:58 +0800
committerMaxime Coste <mawww@kakoune.org>2017-10-10 10:52:58 +0800
commit079cfbc6acc800f3957c00117bbd4a82bb8af37b (patch)
tree48db7411d1badf941d2be1cde078daaea6451a0f /src/selectors.hh
parent6ada6e6d773982282031afa43b150299d1fbec87 (diff)
Remove unused forward declaration
Diffstat (limited to 'src/selectors.hh')
-rw-r--r--src/selectors.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/selectors.hh b/src/selectors.hh
index 5dd34068..9d4f98dc 100644
--- a/src/selectors.hh
+++ b/src/selectors.hh
@@ -8,7 +8,6 @@ namespace Kakoune
class Regex;
class Context;
-template<typename Iterator> struct MatchResults;
inline Selection keep_direction(Selection res, const Selection& ref)
{