1
Fork 0
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:
Andreas Kling 2019-07-16 15:58:52 +02:00
parent a17fbd98e7
commit 3db9706e57

View file

@ -1,9 +0,0 @@
#pragma once
class Alarm {
public:
Alarm() {}
virtual ~Alarm() {}
virtual bool is_ringing() const = 0;
};