1
0
Fork 0
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:
Jordan Lee 2012-05-17 22:22:30 +00:00
parent 6948852013
commit 512cc1af73

View file

@ -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 ) ) );