mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 06:44:35 +00:00
Remove unused lambda capture.
This commit is contained in:
parent
3a317c81c6
commit
40e9c8807d
@ -4106,7 +4106,7 @@ void Worker::ProcessPlotData( const QueuePlotData& ev )
|
|||||||
|
|
||||||
void Worker::ProcessPlotConfig( const QueuePlotConfig& ev )
|
void Worker::ProcessPlotConfig( const QueuePlotConfig& ev )
|
||||||
{
|
{
|
||||||
PlotData* plot = m_data.plots.Retrieve( ev.name, [this, &ev] ( uint64_t name ) {
|
PlotData* plot = m_data.plots.Retrieve( ev.name, [this] ( uint64_t name ) {
|
||||||
auto plot = m_slab.AllocInit<PlotData>();
|
auto plot = m_slab.AllocInit<PlotData>();
|
||||||
plot->name = name;
|
plot->name = name;
|
||||||
plot->type = PlotType::User;
|
plot->type = PlotType::User;
|
||||||
|
Loading…
Reference in New Issue
Block a user