From 9c3c92329eeaa30d24e1052b22d3872f59e0d311 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 18 Jun 2018 16:24:35 -0400 Subject: [PATCH] DSPAssembler: Remove commented out code This is just dead line noise sitting around, so we can get rid of it. --- Source/Core/Core/DSP/DSPAssembler.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Core/Core/DSP/DSPAssembler.cpp b/Source/Core/Core/DSP/DSPAssembler.cpp index 5ed6d5a18b..5926bf9895 100644 --- a/Source/Core/Core/DSP/DSPAssembler.cpp +++ b/Source/Core/Core/DSP/DSPAssembler.cpp @@ -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}};