Skip to content

Commit

Permalink
cpu/native: remove dINT/eINT definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Gebart committed Sep 19, 2015
1 parent 6473fa7 commit 27565a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
4 changes: 0 additions & 4 deletions cpu/native/include/cpu.h
Expand Up @@ -26,10 +26,6 @@
extern "C" {
#endif

/* TODO: remove once these have been removed from RIOT: */
void dINT(void);
void eINT(void);

/**
* @brief Prints the last instruction's address
*/
Expand Down
11 changes: 0 additions & 11 deletions cpu/native/irq_cpu.c
Expand Up @@ -218,17 +218,6 @@ int inISR(void)
return _native_in_isr;
}


void dINT(void)
{
disableIRQ();
}

void eINT(void)
{
enableIRQ();
}

int _native_popsig(void)
{
int nread, nleft, i;
Expand Down

0 comments on commit 27565a6

Please sign in to comment.