mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:38: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
|
@ -56,7 +56,6 @@ namespace Kernel {
|
|||
|
||||
// FIXME: Should use AK::Time internally
|
||||
timeval kgettimeofday();
|
||||
void kgettimeofday(timeval&);
|
||||
|
||||
#define ENUMERATE_PLEDGE_PROMISES \
|
||||
__ENUMERATE_PLEDGE_PROMISE(stdio) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue