vmm: remove unused DeviceManager::console method

Fixes: 38a1b457 ("vmm: use the SIGWINCH listener for TTYs too")
Signed-off-by: Alyssa Ross <hi@alyssa.is>
This commit is contained in:
Alyssa Ross 2024-09-25 18:52:18 +02:00 committed by Rob Bradford
parent 938ff2eeb7
commit d1214acf2a

View File

@ -3944,10 +3944,6 @@ impl DeviceManager {
&self.pci_segments
}
pub fn console(&self) -> &Arc<Console> {
&self.console
}
#[cfg(target_arch = "aarch64")]
pub fn cmdline_additions(&self) -> &[String] {
self.cmdline_additions.as_slice()