]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ppc/db_interface.c
xnu-792.18.15.tar.gz
[apple/xnu.git] / osfmk / ppc / db_interface.c
index f7c735697670263c111f570271e6e902e3787249..4963b9a574c6814dadf848c995ace815913a2163 100644 (file)
@@ -591,15 +591,3 @@ void db_reboot(
        db_printf("Sorry, system can't reboot automatically yet...  You need to do it by hand...\n");
 
 }
-
-/*
- * Switch to gdb
- */
-void
-db_to_gdb(
-       void)
-{
-       extern unsigned int switch_debugger;
-
-       switch_debugger=1;
-}