mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-10 23:09:18 +00:00
Remove redundant file operation functions
This commit is contained in:
@ -37,7 +37,7 @@ void lsof()
|
||||
thisThread->SetPriority(Tasking::High);
|
||||
|
||||
fs->Create("/dummy_lsof_file", NodeType::FILE);
|
||||
fopen("/dummy_lsof_file", "r");
|
||||
fs->Open("/dummy_lsof_file");
|
||||
|
||||
while (true)
|
||||
{
|
||||
|
Reference in New Issue
Block a user