]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ddb/db_command.c
xnu-344.tar.gz
[apple/xnu.git] / osfmk / ddb / db_command.c
index 889f447dc3d4219f9aadfebe4646ed856d11a2b0..788cb1eeb4ec400707df957c48a6aa8e6ae38b78 100644 (file)
@@ -461,7 +461,6 @@ struct db_command db_show_cmds[] = {
        { "zone",       db_show_one_zone,               0,      0 },
        { "simple_lock", db_show_one_simple_lock,       0,      0 },
        { "thread_log", (db_func)db_show_thread_log,    0,      0 },
-       { "subsystem",  db_show_subsystem,              0,      0 },
        { "shuttle",    db_show_shuttle,                0,      0 },
        { "etap_log",   db_show_etap_log,               0,      0 },
        { (char *)0, }