mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
silence an unused-variable compiler warning introduced in the previous commit
This commit is contained in:
@@ -232,7 +232,6 @@ tr_deepLog( const char * file,
|
||||
struct evbuffer * buf = evbuffer_new( );
|
||||
char * base = tr_basename( file );
|
||||
char * message;
|
||||
const char * str;
|
||||
|
||||
evbuffer_add_printf( buf, "[%s] ",
|
||||
tr_getLogTimeStr( timestr, sizeof( timestr ) ) );
|
||||
|
||||
Reference in New Issue
Block a user