summaryrefslogtreecommitdiffstats
path: root/chardev/char.c
diff options
context:
space:
mode:
authorMarc-André Lureau2016-12-12 17:03:09 +0100
committerMarc-André Lureau2017-01-31 20:31:21 +0100
commit7c7b2db0bd6d959ddc3d3fa178411d6c2df015b7 (patch)
tree3566ce8bef6b5a3376ce35fa758bdef6e7d8a18a /chardev/char.c
parentchar: move stdio in its own file (diff)
downloadqemu-7c7b2db0bd6d959ddc3d3fa178411d6c2df015b7.tar.gz
qemu-7c7b2db0bd6d959ddc3d3fa178411d6c2df015b7.tar.xz
qemu-7c7b2db0bd6d959ddc3d3fa178411d6c2df015b7.zip
char: move console in its own file
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Acked-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'chardev/char.c')
-rw-r--r--chardev/char.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/chardev/char.c b/chardev/char.c
index e93dfb8d86..8ae8b5a4c3 100644
--- a/chardev/char.c
+++ b/chardev/char.c
@@ -2343,9 +2343,6 @@ static void register_types(void)
#ifdef HAVE_CHARDEV_PTY
type_register_static(&char_pty_type_info);
#endif
-#ifdef _WIN32
- type_register_static(&char_console_type_info);
-#endif
type_register_static(&char_pipe_type_info);
/* this must be done after machine init, since we register FEs with muxes