diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-10-09 13:25:58 +0800 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-10-10 10:52:58 +0800 |
| commit | 079cfbc6acc800f3957c00117bbd4a82bb8af37b (patch) | |
| tree | 48db7411d1badf941d2be1cde078daaea6451a0f /src | |
| parent | 6ada6e6d773982282031afa43b150299d1fbec87 (diff) | |
Remove unused forward declaration
Diffstat (limited to 'src')
| -rw-r--r-- | src/selectors.hh | 1 |
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) { |
