From aee71b594b11d4bc6b5be9f4c6febb35c41a3096 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Mon, 27 Jul 2015 23:36:54 -0700 Subject: Remove unused unload_all function --- src/autoload.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/autoload.h') diff --git a/src/autoload.h b/src/autoload.h index b4338538..08a67866 100644 --- a/src/autoload.h +++ b/src/autoload.h @@ -123,11 +123,6 @@ public: */ int unload(const wcstring &cmd); - /** - Unloads all files. - */ - void unload_all(); - /** Check whether the given command could be loaded, but do not load it. */ bool can_load(const wcstring &cmd, const env_vars_snapshot_t &vars); -- cgit v1.2.3