hw: remove unused function handle_invalid_syscall

ref #874
This commit is contained in:
Martin Stein 2013-10-15 17:13:53 +02:00 committed by Norman Feske
parent 9bc42ecd87
commit 059aba0916
1 changed files with 0 additions and 6 deletions

View File

@ -249,12 +249,6 @@ namespace Kernel
}
/**
* Handle request of an unknown signal type
*/
void handle_invalid_syscall(Thread * const) { assert(0); }
/**
* Do specific syscall for 'user', for details see 'syscall.h'
*/