From 32fa6103dd7637d15a1429c86394a7d1c1f7fcff Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 6 Jun 2008 17:01:12 +0100 Subject: [PATCH] Get rid of pt_uninit. This is a remaining fragment of xen-unstable c/s 17058:1cb8d51b4d77aba99890b909bf16a01dc3dbcb2a ioemu: Fix the build. Signed-off-by: Keir Fraser --- hw/pci.h | 1 - vl.c | 1 - 2 files changed, 2 deletions(-) diff --git a/hw/pci.h b/hw/pci.h index 14f673a7..afe5df05 100644 --- a/hw/pci.h +++ b/hw/pci.h @@ -114,7 +114,6 @@ int test_pci_slot(int); int bdf_to_slot(char*); int power_on_php_slot(int); int power_off_php_slot(int); -void pt_uninit(void); void do_pci_add(char *devname); void do_pci_del(char *devname); diff --git a/vl.c b/vl.c index d943a70e..7d27f18c 100644 --- a/vl.c +++ b/vl.c @@ -8767,7 +8767,6 @@ int main(int argc, char **argv) main_loop(); quit_timers(); - pt_uninit(); #if !defined(_WIN32) /* close network clients */ -- 2.39.5