Remove obsolete comment.

Nothing happens with the source data, as the strings are uniquely stored
in the StoreString() function.
This commit is contained in:
Bartosz Taudul 2018-08-04 15:46:10 +02:00
parent 6ef2d2d9a3
commit e174e2c12a

View File

@ -1634,7 +1634,6 @@ void Worker::HandlePlotName( uint64_t name, char* str, size_t sz )
{
InsertPlot( plot, v.time, v.val );
}
// TODO what happens with the source data here?
}
m_pendingPlots.erase( pit );