mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:27:43 +00:00
Kernel: Remove unused Alarm.h
This commit is contained in:
parent
a17fbd98e7
commit
3db9706e57
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
Add a link
Reference in a new issue