From e174e2c12af12ac9426bd76ff9e35cf40eefc056 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 4 Aug 2018 15:46:10 +0200 Subject: [PATCH] Remove obsolete comment. Nothing happens with the source data, as the strings are uniquely stored in the StoreString() function. --- server/TracyWorker.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/server/TracyWorker.cpp b/server/TracyWorker.cpp index 1bd5905e..43df3a9d 100644 --- a/server/TracyWorker.cpp +++ b/server/TracyWorker.cpp @@ -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 );