Debugger: Remove unused data structures
Jeffrey Pfau jeffrey@endrift.com
Tue, 11 Oct 2016 13:12:09 -0700
1 files changed,
0 insertions(+),
3 deletions(-)
jump to
M
src/debugger/debugger.h
→
src/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;