mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:18:12 +00:00
Kernel: Remove duplicative kgettimeofday(timeval&) function
This commit is contained in:
parent
c040e64b7d
commit
05d5e3fad9
3 changed files with 1 additions and 8 deletions
|
@ -386,11 +386,6 @@ timeval kgettimeofday()
|
|||
return TimeManagement::now().to_timeval();
|
||||
}
|
||||
|
||||
void kgettimeofday(timeval& tv)
|
||||
{
|
||||
tv = kgettimeofday();
|
||||
}
|
||||
|
||||
siginfo_t Process::wait_info()
|
||||
{
|
||||
siginfo_t siginfo {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue