Merge pull request #3048 from Tilka/unused

Fix -Wunused-private-field warning
This commit is contained in:
Lioncash 2015-09-16 18:23:54 -04:00
commit e959779b14
1 changed files with 0 additions and 1 deletions

View File

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