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