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