removed warnings
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 23 Jan 2005 20:42:59 +0000 (20:42 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 23 Jan 2005 20:42:59 +0000 (20:42 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1232 c046a42c-6fe2-441c-8c8c-71466251a162

hw/parallel.c

index 1b9fe7c..a304d7f 100644 (file)
@@ -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 */