diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2015-09-16 23:31:53 +0200 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2015-09-16 23:31:53 +0200 |
| commit | b8f3519e49ea7f7eefef4872f8b4ccd07c8a122c (patch) | |
| tree | 40c54eee870c15106ae3aec44d41217044b9f589 /Source/Core/Common | |
| parent | 49ea15b9502d98f08c47429ce93827073cefdaad (diff) | |
Fix -Wunused-private-field warning
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/BreakPoints.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/Common/BreakPoints.h b/Source/Core/Common/BreakPoints.h index 0cec136f45..d2fc88c064 100644 --- a/Source/Core/Common/BreakPoints.h +++ b/Source/Core/Common/BreakPoints.h @@ -79,7 +79,6 @@ public: private: TBreakPoints m_BreakPoints; - u32 m_iBreakOnCount; }; |
