[Lldb-commits] [lldb] r320349 - Fix osx build broken in r320346
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 11 03:12:22 PST 2017
Author: labath
Date: Mon Dec 11 03:12:22 2017
New Revision: 320349
URL: http://llvm.org/viewvc/llvm-project?rev=320349&view=rev
Log:
Fix osx build broken in r320346
Modified:
lldb/trunk/source/Plugins/Platform/MacOSX/PlatformiOSSimulatorCoreSimulatorSupport.mm
Modified: lldb/trunk/source/Plugins/Platform/MacOSX/PlatformiOSSimulatorCoreSimulatorSupport.mm
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Platform/MacOSX/PlatformiOSSimulatorCoreSimulatorSupport.mm?rev=320349&r1=320348&r2=320349&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Platform/MacOSX/PlatformiOSSimulatorCoreSimulatorSupport.mm (original)
+++ lldb/trunk/source/Plugins/Platform/MacOSX/PlatformiOSSimulatorCoreSimulatorSupport.mm Mon Dec 11 03:12:22 2017
@@ -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
More information about the lldb-commits
mailing list