mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Remove unneeded variable.
This commit is contained in:
parent
a0bae4aa00
commit
c437ecfcf5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user