aboutsummaryrefslogtreecommitdiffhomepage
path: root/autoload.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-28 15:49:50 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-28 15:49:50 -0800
commit9b37bc667fab2507975af680bb90a130c924128a (patch)
tree7046f525e335ba01c6550a2290f62dfe63087e9a /autoload.h
parent4eea68b5a4434c53e3ee828773617a90e8691aad (diff)
Fix for issue where we treated all cached files as accessible for the purpose of highlighting, instead of using their cached accessible variable
Diffstat (limited to 'autoload.h')
-rw-r--r--autoload.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/autoload.h b/autoload.h
index 958c5124..1f8606fd 100644
--- a/autoload.h
+++ b/autoload.h
@@ -144,8 +144,6 @@ private:
void remove_all_functions(void) {
this->evict_all_nodes();
}
-
- bool file_already_autoloaded(const wcstring &cmd, bool require_loaded, bool allow_stale_functions);
bool locate_file_and_maybe_load_it( const wcstring &cmd, bool really_load, bool reload, const wcstring_list_t &path_list );