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