From f1ac7e9d491277019d659f1e08a65929c3f28e4b Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 11 Nov 2017 02:42:17 +0100 Subject: [PATCH] Remove unused variable. --- server/TracyView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 3b86434b..97534ef0 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -302,7 +302,7 @@ View::View( FileRead& f ) m_messages.reserve( sz ); for( uint64_t i=0; i(); f.Read( msgdata, sizeof( *msgdata ) );