all repos — mgba @ 82df0e1cabb0b2aeb10aff7f1ea24dd3c33d7b40

mGBA Game Boy Advance Emulator

Debugger: Remove unused data structures
Jeffrey Pfau jeffrey@endrift.com
Tue, 11 Oct 2016 13:12:09 -0700
commit

82df0e1cabb0b2aeb10aff7f1ea24dd3c33d7b40

parent

e72366a081b5fbb1803f4e22baf1c5a8ee1049c6

1 files changed, 0 insertions(+), 3 deletions(-)

jump to
M src/debugger/debugger.hsrc/debugger/debugger.h

@@ -58,9 +58,6 @@ uint32_t address;

enum mWatchpointType type; }; -DECLARE_VECTOR(mDebugBreakpointList, struct mDebugBreakpoint); -DECLARE_VECTOR(mDebugWatchpointList, struct mDebugWatchpoint); - extern const char* ERROR_MISSING_ARGS; extern const char* ERROR_OVERFLOW;