mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-07 05:49:18 +00:00
Remove unneeded variable.
This commit is contained in:
@@ -708,8 +708,6 @@ private:
|
||||
} m_playback;
|
||||
|
||||
struct TimeDistribution {
|
||||
enum class SortBy : int { Count, Time, Mtpc };
|
||||
SortBy sortBy = SortBy::Time;
|
||||
bool runningTime = false;
|
||||
bool exclusiveTime = true;
|
||||
unordered_flat_map<int16_t, ZoneTimeData> data;
|
||||
|
||||
Reference in New Issue
Block a user