Commented out some code, may move or remove in the future
This commit is contained in:
parent
9abca0e245
commit
e5ce4d42d1
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue