]> git.saurik.com Git - apple/system_cmds.git/blobdiff - kdprof/InitializeAction.cpp
system_cmds-735.tar.gz
[apple/system_cmds.git] / kdprof / InitializeAction.cpp
diff --git a/kdprof/InitializeAction.cpp b/kdprof/InitializeAction.cpp
deleted file mode 100644 (file)
index e4943e5..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-//
-//  InitializeAction.cpp
-//  kdprof
-//
-//  Created by James McIlree on 4/17/13.
-//  Copyright (c) 2013 Apple. All rights reserved.
-//
-
-#include "global.h"
-
-void InitializeAction::execute(Globals& globals) {
-       if (_buffers) {
-               if (!KDBG::set_buffer_capacity(_buffers)) {
-                       usage("Attempt to set buffer count failed");
-               }
-       }
-
-       if (!KDBG::initialize_buffers()) {
-               usage("Attempt to initialize buffers failed\n");
-       }
-}