Fix -Wunused-private-field warning
This commit is contained in:
parent
49ea15b950
commit
b8f3519e49
|
@ -79,7 +79,6 @@ public:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
TBreakPoints m_BreakPoints;
|
TBreakPoints m_BreakPoints;
|
||||||
u32 m_iBreakOnCount;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue