[Lldb-commits] [lldb] r168807 - /lldb/trunk/include/lldb/Interpreter/CommandInterpreter.h
Jim Ingham
jingham at apple.com
Wed Nov 28 12:09:03 PST 2012
Author: jingham
Date: Wed Nov 28 14:09:03 2012
New Revision: 168807
URL: http://llvm.org/viewvc/llvm-project?rev=168807&view=rev
Log:
Cleanup - remove declarations of unimplemented functions.
Modified:
lldb/trunk/include/lldb/Interpreter/CommandInterpreter.h
Modified: lldb/trunk/include/lldb/Interpreter/CommandInterpreter.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Interpreter/CommandInterpreter.h?rev=168807&r1=168806&r2=168807&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Interpreter/CommandInterpreter.h (original)
+++ lldb/trunk/include/lldb/Interpreter/CommandInterpreter.h Wed Nov 28 14:09:03 2012
@@ -391,20 +391,6 @@
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);
More information about the lldb-commits
mailing list