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

Send single string for code information.

This commit is contained in:
Bartosz Taudul
2020-07-26 00:28:52 +02:00
parent 81d5a8db5e
commit 14b180cd16
3 changed files with 6 additions and 9 deletions
-1
View File
@@ -401,7 +401,6 @@ struct QueueSymbolInformation
struct QueueCodeInformation
{
uint64_t ptr;
uint64_t file;
uint32_t line;
};