qemu-timer: Remove unused timer functions
authorDr. David Alan Gilbert <dave@treblig.org>
Thu, 19 Sep 2024 14:41:24 +0000 (15:41 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 2 Oct 2024 10:38:36 +0000 (12:38 +0200)
commitd9d59149c39d2737e08cb08b5578f09eb9a40e0a
treecf106e5a402b279700ff950ff8a3f293a10f3208
parent73ceb12960e686b763415f0880cc5171ccce01cf
qemu-timer: Remove unused timer functions

qemu_clock_get_main_loop_timerlist and timerlist_get_clock have been
unused since they were originally added in
  ff83c66ecc ("aio / timers: Split QEMUClock into QEMUClock and QEMUTimerList")

Remove them.

Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org>
Reviewed-by: Bernhard Beschow <shentey@gmail.com>
Message-ID: <20240919144124.309646-1-dave@treblig.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
include/qemu/timer.h
util/qemu-timer.c