]> git.saurik.com Git - apple/system_cmds.git/blobdiff - kdprof/PrintStateAction.hpp
system_cmds-735.tar.gz
[apple/system_cmds.git] / kdprof / PrintStateAction.hpp
diff --git a/kdprof/PrintStateAction.hpp b/kdprof/PrintStateAction.hpp
deleted file mode 100644 (file)
index daaa357..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-//  PrintStateAction.hpp
-//  kdprof
-//
-//  Created by James McIlree on 4/16/13.
-//  Copyright (c) 2013 Apple. All rights reserved.
-//
-
-#ifndef kdprof_PrintStateAction_hpp
-#define kdprof_PrintStateAction_hpp
-
-class PrintStateAction : public Action {
-    public:
-       PrintStateAction() {}
-
-       virtual void execute(Globals& globals);
-};
-
-#endif