From d7763d82151bcef8db3e367c8c9723cc6d10c440 Mon Sep 17 00:00:00 2001 From: Adrian Conlon Date: Mon, 7 Jan 2019 01:08:23 +0000 Subject: [PATCH] Profile mode no longer exists on the 6502 test program. Signed-off-by: Adrian Conlon --- M6502/test/test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/M6502/test/test.cpp b/M6502/test/test.cpp index b61ee6e..0bf1724 100644 --- a/M6502/test/test.cpp +++ b/M6502/test/test.cpp @@ -12,7 +12,6 @@ int main(int argc, char* argv[]) { #ifdef _DEBUG configuration.setDebugMode(true); - configuration.setProfileMode(true); #endif EightBit::TestHarness harness(configuration);