Remove a few uses of LLDB_DISABLE_POSIX.

This all appears to have been dead, unnecessary code.

llvm-svn: 215405
This commit is contained in:
Zachary Turner
2014-08-11 22:59:50 +00:00
parent 55fd3ba33e
commit 504ec2115d
4 changed files with 0 additions and 21 deletions

View File

@@ -47,10 +47,6 @@
#include "lldb/Target/ThreadPlanBase.h"
#include "Plugins/Process/Utility/InferiorCallPOSIX.h"
#ifndef LLDB_DISABLE_POSIX
#include <spawn.h>
#endif
using namespace lldb;
using namespace lldb_private;