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