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