Debugger: Remove unused function
Change-Id: I92b7260d4b5b7d187ec9ecd9f9f602c317410aa6 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6362 Reviewed-by: Rene Gollent <rene@gollent.com>
This commit is contained in:
parent
c4737dcb22
commit
92f36c4a61
@ -241,13 +241,6 @@ CommandLineUserInterface::Run()
|
||||
}
|
||||
|
||||
|
||||
/*static*/ status_t
|
||||
CommandLineUserInterface::_InputLoopEntry(void* data)
|
||||
{
|
||||
return ((CommandLineUserInterface*)data)->_InputLoop();
|
||||
}
|
||||
|
||||
|
||||
status_t
|
||||
CommandLineUserInterface::_InputLoop()
|
||||
{
|
||||
|
@ -63,7 +63,6 @@ private:
|
||||
friend struct HelpCommand;
|
||||
|
||||
private:
|
||||
static status_t _InputLoopEntry(void* data);
|
||||
status_t _InputLoop();
|
||||
|
||||
status_t _RegisterCommands();
|
||||
|
Loading…
Reference in New Issue
Block a user