summaryrefslogtreecommitdiff
path: root/src/command_manager.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2020-07-18 14:29:44 +1000
committerMaxime Coste <mawww@kakoune.org>2020-07-19 12:54:41 +1000
commit5df8073c3c4213075d1c0ee6267cc58848b86721 (patch)
tree034ca45c78357a748d094d59b884f66cb1e82c7e /src/command_manager.hh
parentd4962d94ce36870091d159b93daa4dd07441810c (diff)
Code style tweaks
Diffstat (limited to 'src/command_manager.hh')
-rw-r--r--src/command_manager.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/command_manager.hh b/src/command_manager.hh
index a8b3b146..ffd14524 100644
--- a/src/command_manager.hh
+++ b/src/command_manager.hh
@@ -166,9 +166,6 @@ private:
};
using ModuleMap = HashMap<String, Module, MemoryDomain::Commands>;
ModuleMap m_modules;
-
- CommandMap::const_iterator find_command(const Context& context,
- StringView name) const;
};
String expand(StringView str, const Context& context,