Fix -Wunused-private-field warning

This commit is contained in:
Tillmann Karras 2015-09-16 23:31:53 +02:00
parent 49ea15b950
commit b8f3519e49

View File

@ -79,7 +79,6 @@ public:
private:
TBreakPoints m_BreakPoints;
u32 m_iBreakOnCount;
};