mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
Remove unused NetLogTask method.
This commit is contained in:
parent
6288c403e6
commit
3311b483e8
1 changed files with 0 additions and 9 deletions
|
@ -1,14 +1,5 @@
|
|||
CTask *net_log_task = NULL;
|
||||
|
||||
U0 NetLogTask(I64)
|
||||
{
|
||||
|
||||
while (TRUE)
|
||||
{
|
||||
Refresh;
|
||||
}
|
||||
}
|
||||
|
||||
U0 NetLogSave()
|
||||
{
|
||||
StrCopy(net_log_task->put_doc->filename.name, "::/Home/Net/Log.DD");
|
||||
|
|
Loading…
Reference in a new issue