mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
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:
parent
938ff2eeb7
commit
d1214acf2a
@ -3944,10 +3944,6 @@ impl DeviceManager {
|
|||||||
&self.pci_segments
|
&self.pci_segments
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn console(&self) -> &Arc<Console> {
|
|
||||||
&self.console
|
|
||||||
}
|
|
||||||
|
|
||||||
#[cfg(target_arch = "aarch64")]
|
#[cfg(target_arch = "aarch64")]
|
||||||
pub fn cmdline_additions(&self) -> &[String] {
|
pub fn cmdline_additions(&self) -> &[String] {
|
||||||
self.cmdline_additions.as_slice()
|
self.cmdline_additions.as_slice()
|
||||||
|
Loading…
Reference in New Issue
Block a user