DSPAssembler: Remove commented out code

This is just dead line noise sitting around, so we can get rid of it.
This commit is contained in:
Lioncash 2018-06-18 16:24:35 -04:00
parent b36cdbdda5
commit 9c3c92329e
1 changed files with 0 additions and 2 deletions

View File

@ -754,7 +754,6 @@ bool DSPAssembler::AssemblePass(const std::string& text, int pass)
std::istringstream fsrc(text);
// printf("%s: Pass %d\n", fname, pass);
m_code_line = 0;
m_cur_pass = pass;
@ -768,7 +767,6 @@ bool DSPAssembler::AssemblePass(const std::string& text, int pass)
break;
m_cur_line = line;
// printf("A: %s\n", line);
m_code_line++;
param_t params[10] = {{0, P_NONE, nullptr}};