mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 04:37:55 +00:00
Kernel: Remove duplicative kgettimeofday(timeval&) function
This commit is contained in:
committed by
Andreas Kling
parent
c040e64b7d
commit
05d5e3fad9
@@ -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 {};
|
||||
|
||||
Reference in New Issue
Block a user