Debugger: Remove unused func

This commit is contained in:
michaelangel007 2023-03-23 12:33:31 -07:00
parent 2dd3f0dbe0
commit 8c9ba27acd
1 changed files with 0 additions and 5 deletions

View File

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