aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-12-15 10:47:40 +0000
committerPavel Labath <labath@google.com>2016-12-15 10:47:40 +0000
commit1f2c1b6ccd7647497a2a4ea052654ea58f42bf98 (patch)
tree8b0116c0fe83784baae330009d0bf3c497a9a5cc /lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
parent9ebeac3eedbbe68bc6243a931cb66458b40880f5 (diff)
downloadllvm-1f2c1b6ccd7647497a2a4ea052654ea58f42bf98.tar.gz
llvm-1f2c1b6ccd7647497a2a4ea052654ea58f42bf98.tar.bz2
llvm-1f2c1b6ccd7647497a2a4ea052654ea58f42bf98.zip
Remove linux/personality.h wrapper
This code is currently unused. Removing it should make porting of the linux plugin to NetBSD easier, and we can always add it later if needed. llvm-svn: 289801
Diffstat (limited to 'lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp')
-rw-r--r--lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
index 8494077141be..94b9efc2b2b0 100644
--- a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
+++ b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
@@ -58,7 +58,6 @@
#include <sys/user.h>
#include <sys/wait.h>
-#include "lldb/Host/linux/Personality.h"
#include "lldb/Host/linux/Ptrace.h"
#include "lldb/Host/linux/Uio.h"