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