diff options
Diffstat (limited to 'Kernel/FileSystem/Plan9FileSystem.h')
-rw-r--r-- | Kernel/FileSystem/Plan9FileSystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/FileSystem/Plan9FileSystem.h b/Kernel/FileSystem/Plan9FileSystem.h index db220ec230..cf40c17a40 100644 --- a/Kernel/FileSystem/Plan9FileSystem.h +++ b/Kernel/FileSystem/Plan9FileSystem.h @@ -81,7 +81,7 @@ private: : m_completion(completion) { } - virtual bool should_unblock(Thread&, time_t, long) override; + virtual bool should_unblock(Thread&) override; virtual const char* state_string() const override { return "Waiting"; } private: |