diff options
author | Pavel Labath <labath@google.com> | 2017-02-27 12:21:16 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2017-02-27 12:21:16 +0000 |
commit | 3474ebc4c5a59ab9275f6d901069ed4720234974 (patch) | |
tree | d09044af50714214e79c82293107d72e5228b438 /lldb/source/API/SBCommandReturnObject.cpp | |
parent | c43b20a43b3386bb87635f78b39fcb0680b83389 (diff) | |
download | bcm5719-llvm-3474ebc4c5a59ab9275f6d901069ed4720234974.tar.gz bcm5719-llvm-3474ebc4c5a59ab9275f6d901069ed4720234974.zip |
Remove the callback-based log channel registration mechanism
All the existing channels have beens switched to the new mechanism and
this code is now unused.
llvm-svn: 296333
Diffstat (limited to 'lldb/source/API/SBCommandReturnObject.cpp')
-rw-r--r-- | lldb/source/API/SBCommandReturnObject.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/API/SBCommandReturnObject.cpp b/lldb/source/API/SBCommandReturnObject.cpp index 3a64d4dc9b0..4ef17afa7ff 100644 --- a/lldb/source/API/SBCommandReturnObject.cpp +++ b/lldb/source/API/SBCommandReturnObject.cpp @@ -17,6 +17,7 @@ #include "lldb/Core/Log.h" #include "lldb/Interpreter/CommandReturnObject.h" +#include "lldb/Utility/ConstString.h" #include "lldb/Utility/Error.h" using namespace lldb; |