Cleanup - remove declarations of unimplemented functions.

llvm-svn: 168807
This commit is contained in:
Jim Ingham 2012-11-28 20:09:03 +00:00
parent 26c9d70d28
commit 75f27e8610
1 changed files with 0 additions and 14 deletions

View File

@ -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);