Commented out some code, may move or remove in the future

This commit is contained in:
notsomeidiot123 2026-06-26 13:52:57 -04:00
parent 9abca0e245
commit e5ce4d42d1
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@
// !TODO: Modify code to become thread-safe // !TODO: Modify code to become thread-safe
void add_file(vfile_t *vfile, vfile_t *current_dir){ // void add_file(vfile_t *vfile, vfile_t *current_dir){
return; // return;
} // }
vfile_t *fcreate(char *path, FS_FILE_FLAGS flags){ vfile_t *fcreate(char *path, FS_FILE_FLAGS flags){
vfcreate(get_root_dir(), path, flags); vfcreate(get_root_dir(), path, flags);