Kernel: Remove unused Alarm.h
This commit is contained in:
parent
a17fbd98e7
commit
3db9706e57
Notes:
sideshowbarker
2024-07-19 13:13:52 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/3db9706e57d
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
#pragma once
|
||||
|
||||
class Alarm {
|
||||
public:
|
||||
Alarm() {}
|
||||
virtual ~Alarm() {}
|
||||
|
||||
virtual bool is_ringing() const = 0;
|
||||
};
|
Loading…
Add table
Reference in a new issue