mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-03-18 11:04:12 +00:00
rtc_halted() is not invoked anywhere in the code. This patch removes this unused function to fix below error. error: unused function 'rtc_halted' [-Werror,-Wunused-function] Tracked-On: #861 Signed-off-by: Gao, Shiqing <shiqing.gao@intel.com>