]> git.saurik.com Git - apple/system_cmds.git/blobdiff - kdprof/PrintStateAction.cpp
system_cmds-735.tar.gz
[apple/system_cmds.git] / kdprof / PrintStateAction.cpp
diff --git a/kdprof/PrintStateAction.cpp b/kdprof/PrintStateAction.cpp
deleted file mode 100644 (file)
index 66e27cb..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-//
-//  PrintStateAction.cpp
-//  kdprof
-//
-//  Created by James McIlree on 4/17/13.
-//  Copyright (c) 2013 Apple. All rights reserved.
-//
-
-#include "global.h"
-
-void PrintStateAction::execute(Globals& globals) {
-       printf("\n");
-       KDBG::state().print();
-       printf("\n");
-}