1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:17:45 +00:00

Interrupts: Remove unused methods

This commit is contained in:
Liav A 2020-03-20 23:31:13 +02:00 committed by Andreas Kling
parent 8b38be3072
commit 3f98a67d75

View file

@ -64,8 +64,6 @@ public:
void increment_invoking_counter();
protected:
void enable_interrupt_vector();
void disable_interrupt_vector();
void change_interrupt_number(u8 number);
explicit GenericInterruptHandler(u8 interrupt_number);