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

No return status is needed here.

This commit is contained in:
Bartosz Taudul
2018-06-19 19:00:57 +02:00
parent e51eef3dcd
commit 55e6a4a484
2 changed files with 4 additions and 8 deletions
+2 -2
View File
@@ -295,9 +295,9 @@ private:
bool NeedDataSize( size_t len );
bool SendData( const char* data, size_t len );
bool SendString( uint64_t ptr, const char* str, QueueType type );
void SendString( uint64_t ptr, const char* str, QueueType type );
void SendSourceLocation( uint64_t ptr );
bool SendSourceLocationPayload( uint64_t ptr );
void SendSourceLocationPayload( uint64_t ptr );
bool HandleServerQuery();