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:
Zardshard 2023-04-18 13:27:39 -04:00 committed by waddlesplash
parent c4737dcb22
commit 92f36c4a61
2 changed files with 0 additions and 8 deletions

View File

@ -241,13 +241,6 @@ CommandLineUserInterface::Run()
}
/*static*/ status_t
CommandLineUserInterface::_InputLoopEntry(void* data)
{
return ((CommandLineUserInterface*)data)->_InputLoop();
}
status_t
CommandLineUserInterface::_InputLoop()
{

View File

@ -63,7 +63,6 @@ private:
friend struct HelpCommand;
private:
static status_t _InputLoopEntry(void* data);
status_t _InputLoop();
status_t _RegisterCommands();