diff options
| author | Pavel Labath <labath@google.com> | 2017-03-15 10:02:20 +0000 |
|---|---|---|
| committer | Pavel Labath <labath@google.com> | 2017-03-15 10:02:20 +0000 |
| commit | c17966280709cfd7e5171f16e1de46187bcf7e2c (patch) | |
| tree | 8325e2735b117533a407a0dad97c4f5e33591b35 /lldb/source/Plugins/Process/Windows | |
| parent | 8793554185b3ffe0c19ccf7003914c621cecc872 (diff) | |
| download | bcm5719-llvm-c17966280709cfd7e5171f16e1de46187bcf7e2c.tar.gz bcm5719-llvm-c17966280709cfd7e5171f16e1de46187bcf7e2c.zip | |
Fix windows&darwin builds broken by r297812
llvm-svn: 297819
Diffstat (limited to 'lldb/source/Plugins/Process/Windows')
| -rw-r--r-- | lldb/source/Plugins/Process/Windows/Common/ProcessWindowsLog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Windows/Common/ProcessWindowsLog.cpp b/lldb/source/Plugins/Process/Windows/Common/ProcessWindowsLog.cpp index 0efe8be261d..386e9a5816c 100644 --- a/lldb/source/Plugins/Process/Windows/Common/ProcessWindowsLog.cpp +++ b/lldb/source/Plugins/Process/Windows/Common/ProcessWindowsLog.cpp @@ -9,7 +9,6 @@ #include "ProcessWindowsLog.h" -using namespace lldb; using namespace lldb_private; static constexpr Log::Category g_categories[] = { |

