diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-01-23 20:42:59 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-01-23 20:42:59 +0000 |
commit | dc9543dc22cd7a409500caccb1ff3183f53d5966 (patch) | |
tree | a89f3e753c23a0b6d3551f994103bfd92a17f58c /hw | |
parent | bef79c34a293f8f8c27a928ad5b770dd053a4434 (diff) |
removed warnings
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1232 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw')
-rw-r--r-- | hw/parallel.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/parallel.c b/hw/parallel.c index 1b9fe7cef5..a304d7fdf7 100644 --- a/hw/parallel.c +++ b/hw/parallel.c @@ -141,10 +141,6 @@ static void parallel_receive_byte(ParallelState *s, int ch) { } -static void parallel_receive_break(ParallelState *s) -{ -} - static int parallel_can_receive1(void *opaque) { ParallelState *s = opaque; @@ -159,7 +155,6 @@ static void parallel_receive1(void *opaque, const uint8_t *buf, int size) static void parallel_event(void *opaque, int event) { - ParallelState *s = opaque; } /* If fd is zero, it means that the parallel device uses the console */ |