diff options
author | Pavel Labath <labath@google.com> | 2017-12-11 11:12:22 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2017-12-11 11:12:22 +0000 |
commit | 293d6c39d3490ab6c09128a087ae605ada34387e (patch) | |
tree | aa6f760e7b76ad7317729d6fc972198768fccced | |
parent | 2124bcf805f55af3df02d3d56d739bcd6c5d0ef4 (diff) | |
download | bcm5719-llvm-293d6c39d3490ab6c09128a087ae605ada34387e.tar.gz bcm5719-llvm-293d6c39d3490ab6c09128a087ae605ada34387e.zip |
Fix osx build broken in r320346
llvm-svn: 320349
-rw-r--r-- | lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulatorCoreSimulatorSupport.mm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulatorCoreSimulatorSupport.mm b/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulatorCoreSimulatorSupport.mm index 6a49b645c1e..7bd37683d2f 100644 --- a/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulatorCoreSimulatorSupport.mm +++ b/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulatorCoreSimulatorSupport.mm @@ -22,7 +22,6 @@ #include "llvm/ADT/StringRef.h" using namespace lldb_private; -using namespace lldb_utility; // CoreSimulator lives as part of Xcode, which means we can't really link // against it, so we dlopen() // it at runtime, and error out nicely if that fails |