]> git.saurik.com Git - apple/system_cmds.git/blobdiff - kdprof/RemoveAction.cpp
system_cmds-643.30.1.tar.gz
[apple/system_cmds.git] / kdprof / RemoveAction.cpp
diff --git a/kdprof/RemoveAction.cpp b/kdprof/RemoveAction.cpp
new file mode 100644 (file)
index 0000000..a84f2fc
--- /dev/null
@@ -0,0 +1,13 @@
+//
+//  RemoveAction.cpp
+//  kdprof
+//
+//  Created by James McIlree on 4/17/13.
+//  Copyright (c) 2013 Apple. All rights reserved.
+//
+
+#include "global.h"
+
+void RemoveAction::execute(Globals& globals) {
+       KDBG::reset();
+}