hw/timer/hpet: Remove unused functions hpet_ram_readb, hpet_ram_readw
commitd6892f12a5c5ca258b85dfc4d210e7604b0e3dcf
authorDov Murik <dovmurik@linux.vnet.ibm.com>
Wed, 9 Sep 2020 08:36:49 +0000 (9 08:36 +0000)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 16 Sep 2020 09:14:29 +0000 (16 11:14 +0200)
treeb31a6cc0c9c3cd7b7351c943c390f704036f62e4
parent4b41c9c4a12d9fa3a38f22e5b345666c57bd087d
hw/timer/hpet: Remove unused functions hpet_ram_readb, hpet_ram_readw

Fix compiler error about defined but not used functions when compiling
with -DHPET_DEBUG by deleting the unused debug functions hpet_ram_readb
and hpet_ram_readw.

Signed-off-by: Dov Murik <dovmurik@linux.vnet.ibm.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200909083650.46771-2-dovmurik@linux.vnet.ibm.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/timer/hpet.c