mirror of https://github.com/mgba-emu/mgba.git
Debugger: Remove unused data structures
This commit is contained in:
parent
e72366a081
commit
82df0e1cab
|
@ -58,9 +58,6 @@ struct mDebugWatchpoint {
|
||||||
enum mWatchpointType type;
|
enum mWatchpointType type;
|
||||||
};
|
};
|
||||||
|
|
||||||
DECLARE_VECTOR(mDebugBreakpointList, struct mDebugBreakpoint);
|
|
||||||
DECLARE_VECTOR(mDebugWatchpointList, struct mDebugWatchpoint);
|
|
||||||
|
|
||||||
extern const char* ERROR_MISSING_ARGS;
|
extern const char* ERROR_MISSING_ARGS;
|
||||||
extern const char* ERROR_OVERFLOW;
|
extern const char* ERROR_OVERFLOW;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue