Skip to content

Commit

Permalink
kernel_thread: Remove unused do_idle() function declaration
Browse files Browse the repository at this point in the history
In commit fa8c113e0ba9c686f11d218704fd4126357451b4 the function was
inlined into Kernel_thread::run() and all its definitions were removed,
but removing the declaration was missed.

Change-Id: Icfb85eb6972beaf85d7e4bb9d3c8e703f1ef0d71
  • Loading branch information
gkotheim authored and kk-infra committed Apr 10, 2024
1 parent b90b7c7 commit 957e14c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/kern/kernel_thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class Kernel_thread : public Thread_object
void bootstrap() asm ("call_bootstrap") FIASCO_FASTCALL FIASCO_NORETURN;
void bootstrap_arch();
void run() FIASCO_NORETURN;
void do_idle() __attribute__((noreturn));
void check_debug_koptions();

protected:
Expand Down

0 comments on commit 957e14c

Please sign in to comment.