Kernel: Remove duplicative kgettimeofday(timeval&) function

This commit is contained in:
Ben Wiederhake 2021-02-28 02:09:56 +01:00 committed by Andreas Kling
commit 05d5e3fad9
Notes: sideshowbarker 2024-07-18 21:47:37 +09:00
3 changed files with 1 additions and 8 deletions

View file

@ -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) \