mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-20 01:15:08 -05:00
PerfQueryBase: Move common implementation variables into base class
This commit is contained in:
@@ -22,7 +22,6 @@ PerfQueryBase* GetPerfQuery()
|
||||
|
||||
PerfQuery::PerfQuery()
|
||||
: m_query_read_pos()
|
||||
, m_query_count()
|
||||
{
|
||||
ResetQuery();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user