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