aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/autoload.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/autoload.h')
-rw-r--r--src/autoload.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/autoload.h b/src/autoload.h
index 610efed0..c364a4c3 100644
--- a/src/autoload.h
+++ b/src/autoload.h
@@ -122,11 +122,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);