xHV: remove unused function is_dbg_uart_enabled

Change-Id: I64b3e08818f1cb15ec7c41557900d6e462c4e107
Tracked-On: #3123
Signed-off-by: yliu79 <ying2.liu@intel.com>
Reviewed-by: Yin Fengwei <fengwei.yin@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
yliu79
2019-05-17 14:49:27 -07:00
committed by ACRN System Integration
parent 36568ff5ea
commit fe4fcf491f
6 changed files with 3 additions and 13 deletions

View File

@@ -132,6 +132,5 @@ char uart16550_getc(void);
size_t uart16550_puts(const char *buf, uint32_t len);
void uart16550_set_property(bool enabled, bool port_mapped, uint64_t base_addr);
bool is_pci_dbg_uart(union pci_bdf bdf_value);
bool is_dbg_uart_enabled(void);
#endif /* !UART16550_H */