summaryrefslogtreecommitdiff
path: root/emu
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-10-30 18:45:04 +0000
committerCharles.Forsyth <devnull@localhost>2008-10-30 18:45:04 +0000
commit9fa4e08855c41e6c4cee680b463f595549f5dae2 (patch)
tree1859be2ac353247a8b7be4e18c821ec8519863b2 /emu
parent79aa5773891c1a18b316eb6c47f306d496786f80 (diff)
20081030-1844
Diffstat (limited to 'emu')
-rw-r--r--emu/Linux/os.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/emu/Linux/os.c b/emu/Linux/os.c
index 336d0443..c6a0b559 100644
--- a/emu/Linux/os.c
+++ b/emu/Linux/os.c
@@ -287,10 +287,6 @@ cleanexit(int x)
void
osreboot(char *file, char **argv)
{
- if(dflag == 0)
- termrestore();
- execvp(file, argv);
- error("reboot failure");
}
void