summaryrefslogtreecommitdiff
path: root/Kernel/Thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Thread.h')
-rw-r--r--Kernel/Thread.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/Thread.h b/Kernel/Thread.h
index 2c482e1f74..96dc5b2aa2 100644
--- a/Kernel/Thread.h
+++ b/Kernel/Thread.h
@@ -377,7 +377,6 @@ public:
size_t thread_specific_region_size() const { return m_thread_specific_region_size; }
u64 sleep(u64 ticks);
- u64 sleep_until(u64 wakeup_time);
class BlockResult {
public: