summaryrefslogtreecommitdiff
path: root/src/command_manager.hh
diff options
context:
space:
mode:
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,