mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-10 00:52:11 +01:00
Remove now unneeded special dir check.
This commit is contained in:
parent
cfd3609421
commit
3fa13484c0
@ -40,10 +40,6 @@ void FileCache::wwwroot_evaluate_dir(const char *path, const bool should_exist)
|
||||
|
||||
registered_files.insert(np);
|
||||
} else {
|
||||
if (dir->current_is_special_dir()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
wwwroot_evaluate_dir(dir->current_get_path_cstr());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user