no longer planning on using the debug modes

This commit is contained in:
Kelvin Sherlock 2019-04-06 20:53:41 -04:00
parent 320ab4e486
commit 290f36c4d3

View File

@ -1708,13 +1708,6 @@ command:
*/
}
enum {
MODE_NORMAL,
MODE_ASSEMBER
};
static int g_debugger_mode = MODE_NORMAL;
int debug_shell(int code) {
int c;