mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-05-06 17:51:36 +02: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);
|
registered_files.insert(np);
|
||||||
} else {
|
} else {
|
||||||
if (dir->current_is_special_dir()) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
wwwroot_evaluate_dir(dir->current_get_path_cstr());
|
wwwroot_evaluate_dir(dir->current_get_path_cstr());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user