From 550b230ad8a5d8e92756508820039740be31ece4 Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Thu, 30 Jul 2015 09:10:28 -0700 Subject: [PATCH] Cleanup warning unreachable code --- source/Debugger/Debug.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/Debugger/Debug.cpp b/source/Debugger/Debug.cpp index 91bbba47..c63fe018 100644 --- a/source/Debugger/Debug.cpp +++ b/source/Debugger/Debug.cpp @@ -1176,8 +1176,6 @@ Update_t CmdBreakpointAddSmart (int nArgs) CmdBreakpointAddMem( nArgs ); return UPDATE_BREAKPOINTS; } - - return UPDATE_CONSOLE_DISPLAY; }