]> git.saurik.com Git - apple/system_cmds.git/blob - kdprof/RemoveAction.cpp
a84f2fcb6cf9c675f7eb9f3b2e66cdd66499943b
[apple/system_cmds.git] / kdprof / RemoveAction.cpp
1 //
2 // RemoveAction.cpp
3 // kdprof
4 //
5 // Created by James McIlree on 4/17/13.
6 // Copyright (c) 2013 Apple. All rights reserved.
7 //
8
9 #include "global.h"
10
11 void RemoveAction::execute(Globals& globals) {
12 KDBG::reset();
13 }