mips-linux-user: Delete n32 and n64 signal stubs
authorRichard Henderson <rth@twiddle.net>
Sun, 10 Feb 2013 18:30:41 +0000 (10:30 -0800)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 5 Mar 2013 00:55:39 +0000 (01:55 +0100)
commit2c3c6689b32529b56261bbbca36ba8544a34dd60
tree6582711877c22ceb19aa58845837a6122a881dc5
parent26135ead80fa1fd13e95c162dacfd06f2ba82981
mips-linux-user: Delete n32 and n64 signal stubs

Deleting these first makes the next patch much easier to read.
This doesn't cause any sort of compilation failure because we
have not yet enabled n32/n64 compilation.  This is dead code.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
linux-user/signal.c