From 28235b5cb6889f1623ce9f1329a07ce0b78f62df Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 21 Mar 2017 17:25:49 -0400 Subject: [PATCH] GeckoCodeConfig: Remove unused commented out code --- Source/Core/Core/GeckoCodeConfig.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/Core/Core/GeckoCodeConfig.cpp b/Source/Core/Core/GeckoCodeConfig.cpp index 712b186b65..436aa3133f 100644 --- a/Source/Core/Core/GeckoCodeConfig.cpp +++ b/Source/Core/Core/GeckoCodeConfig.cpp @@ -124,10 +124,7 @@ static void SaveGeckoCode(std::vector& lines, std::vectoraddress << ' ' << codes_iter->data; - // lines.push_back(StringFromFormat("%08X %08X", codes_iter->address, codes_iter->data)); lines.push_back(code.original_line); - // ss.clear(); } // save the notes