1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Custom string data is no longer needed.

This commit is contained in:
Bartosz Taudul
2020-07-26 01:35:08 +02:00
parent c0b73c248f
commit 03f46d7228
4 changed files with 4 additions and 19 deletions
-1
View File
@@ -2229,7 +2229,6 @@ void Profiler::SendString( uint64_t str, const char* ptr, size_t len, QueueType
{
assert( type == QueueType::StringData ||
type == QueueType::ThreadName ||
type == QueueType::CustomStringData ||
type == QueueType::PlotName ||
type == QueueType::FrameName ||
type == QueueType::ExternalName ||