From e8a7b9841c583059115f5136fae3c85880773513 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Mon, 6 Feb 2017 19:31:09 +0000 Subject: Remove the verbose category in the gdb-remote channel replace by LLDB_LOGV llvm-svn: 294224 --- lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h') diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h index f5e92b45061..ec0d4b035ff 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h +++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h @@ -17,7 +17,6 @@ // Project includes #include "lldb/Core/Log.h" -#define GDBR_LOG_VERBOSE (1u << 0) #define GDBR_LOG_PROCESS (1u << 1) #define GDBR_LOG_THREAD (1u << 2) #define GDBR_LOG_PACKETS (1u << 3) -- cgit v1.2.3