summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qemu-char.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu-char.c b/qemu-char.c
index b13f8d4cf7..800ee6c503 100644
--- a/qemu-char.c
+++ b/qemu-char.c
@@ -1187,7 +1187,6 @@ static CharDriverState *qemu_chr_open_tty(QemuOpts *opts)
return NULL;
}
chr->chr_ioctl = tty_serial_ioctl;
- qemu_chr_generic_open(chr);
return chr;
}
#else /* ! __linux__ && ! __sun__ */