mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Refactor filesystem & stl code
This commit is contained in:
@ -128,7 +128,7 @@ namespace NetworkIPv4
|
||||
UNUSED(DestinationIP);
|
||||
UNUSED(Data);
|
||||
UNUSED(Length);
|
||||
warn("Not implemented.");
|
||||
warn("Not implemented");
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
@ -53,7 +53,7 @@ namespace NetworkUDP
|
||||
UNUSED(Socket);
|
||||
UNUSED(Data);
|
||||
UNUSED(Length);
|
||||
warn("Not implemented.");
|
||||
warn("Not implemented");
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user