From: Ian Jackson Date: Fri, 6 Jun 2008 16:01:12 +0000 (+0100) Subject: Get rid of pt_uninit. X-Git-Tag: xen-3.3.0-rc1~97 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=32fa6103dd7637d15a1429c86394a7d1c1f7fcff;p=qemu-xen-4.5-testing.git 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 --- diff --git a/hw/pci.h b/hw/pci.h index 14f673a77..afe5df05b 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 d943a70ed..7d27f18c7 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 */