fix(controller): Remove unused function

This commit is contained in:
Michael Carlberg 2017-04-05 21:20:09 +02:00
parent 5c41e3d045
commit 23a7717120
1 changed files with 0 additions and 4 deletions

View File

@ -35,10 +35,6 @@ void interrupt_handler(int signum) {
}
}
void handler(int signum) {
printf("atestin %i\n", signum);
}
/**
* Build controller instance
*/