mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
hw_x86_64: Drop unneded Pic dummy functions
This commit is contained in:
parent
0fae8fe9c3
commit
61572263d7
@ -273,7 +273,6 @@ class Genode::Pic : public Mmio
|
||||
* Dummies
|
||||
*/
|
||||
|
||||
void mask() { }
|
||||
bool is_ip_interrupt(unsigned, unsigned) { return false; }
|
||||
void trigger_ip_interrupt(unsigned) { }
|
||||
};
|
||||
|
@ -60,8 +60,6 @@ class Genode::Pic
|
||||
void finish_request() { }
|
||||
void unmask(unsigned const i, unsigned) { }
|
||||
void mask(unsigned const i) { }
|
||||
void mask() { }
|
||||
void init_cpu_local() { }
|
||||
bool is_ip_interrupt(unsigned, unsigned) { return false; }
|
||||
void trigger_ip_interrupt(unsigned) { }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user