hw: remove unused declaration in core

Ref #1588
This commit is contained in:
Stefan Kalkowski 2015-06-26 11:30:55 +02:00 committed by Christian Helmuth
parent dc36b63acb
commit 3ee2997198
1 changed files with 0 additions and 10 deletions

View File

@ -101,16 +101,6 @@ namespace Genode {
static Native_region * _core_only_ram_regions(unsigned i);
static Native_region * _core_only_mmio_regions(unsigned i);
/**
* Get one of the consecutively numbered user interrupts
*
* \param i index of interrupt
*
* \return >0 pointer to the name of the requested interrupt
* 0 no interrupt for that index
*/
static unsigned * _irq(unsigned const i);
/**
* Constructor
*/