Debugger: Remove unused func

This commit is contained in:
michaelangel007 2023-03-23 12:33:31 -07:00
parent 2dd3f0dbe0
commit 8c9ba27acd

View File

@ -8052,11 +8052,6 @@ int ParseInput ( LPTSTR pConsoleInput, bool bCook )
return nArg; return nArg;
} }
//===========================================================================
void ParseParameter ( )
{
}
// Return address of next line to write to. // Return address of next line to write to.
//=========================================================================== //===========================================================================
ProfileLine_t ProfileLinePeek ( int iLine ) ProfileLine_t ProfileLinePeek ( int iLine )