Debugger: Remove unused data structures

This commit is contained in:
Jeffrey Pfau 2016-10-11 13:12:09 -07:00
parent e72366a081
commit 82df0e1cab
1 changed files with 0 additions and 3 deletions

View File

@ -58,9 +58,6 @@ struct mDebugWatchpoint {
enum mWatchpointType type;
};
DECLARE_VECTOR(mDebugBreakpointList, struct mDebugBreakpoint);
DECLARE_VECTOR(mDebugWatchpointList, struct mDebugWatchpoint);
extern const char* ERROR_MISSING_ARGS;
extern const char* ERROR_OVERFLOW;