mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
silence an unused-variable compiler warning introduced in the previous commit
This commit is contained in:
parent
6948852013
commit
512cc1af73
1 changed files with 0 additions and 1 deletions
|
@ -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 ) ) );
|
||||
|
|
Loading…
Reference in a new issue