Kernel: Remove unnecessary forward declaration of s_mm_lock
This commit is contained in:
parent
ac3ea277aa
commit
0dd88fd836
Notes:
sideshowbarker
2024-07-17 09:49:33 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/0dd88fd836
1 changed files with 0 additions and 4 deletions
|
@ -35,10 +35,6 @@ namespace Kernel {
|
|||
|
||||
class Timer;
|
||||
|
||||
namespace Memory {
|
||||
extern RecursiveSpinlock s_mm_lock;
|
||||
}
|
||||
|
||||
enum class DispatchSignalResult {
|
||||
Deferred = 0,
|
||||
Yield,
|
||||
|
|
Loading…
Add table
Reference in a new issue