From 75f27e86103fb2b1897198160ad231fc3b23d30d Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Wed, 28 Nov 2012 20:09:03 +0000 Subject: [PATCH] Cleanup - remove declarations of unimplemented functions. llvm-svn: 168807 --- lldb/include/lldb/Interpreter/CommandInterpreter.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/lldb/include/lldb/Interpreter/CommandInterpreter.h b/lldb/include/lldb/Interpreter/CommandInterpreter.h index dbfbcf685fad..aec143b0871d 100644 --- a/lldb/include/lldb/Interpreter/CommandInterpreter.h +++ b/lldb/include/lldb/Interpreter/CommandInterpreter.h @@ -391,20 +391,6 @@ public: const char * FindHistoryString (const char *input_str) const; - -#ifndef SWIG - void - AddLogChannel (const char *name, - const Log::Callbacks &log_callbacks); - - bool - GetLogChannelCallbacks (const char *channel, - Log::Callbacks &log_callbacks); - - bool - RemoveLogChannel (const char *name); -#endif - size_t FindLongestCommandWord (CommandObject::CommandMap &dict);