+++ /dev/null
-//
-// 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);
-}