From 29e53df9d9d94933a14141ab2601835d0f01bfdf Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Sat, 27 Jul 2013 17:48:59 +0000 Subject: [PATCH] silence a pair of 'unused variable' gcc warnings --- libtransmission/session.c | 1 - libtransmission/torrent.c | 1 - 2 files changed, 2 deletions(-) diff --git a/libtransmission/session.c b/libtransmission/session.c index 289a56210..c63a43765 100644 --- a/libtransmission/session.c +++ b/libtransmission/session.c @@ -1782,7 +1782,6 @@ static void sessionCloseImpl (void * vsession) { int i, n; - tr_torrent * tor; tr_torrent ** torrents; tr_session * session = vsession; diff --git a/libtransmission/torrent.c b/libtransmission/torrent.c index ae2afc077..f24433140 100644 --- a/libtransmission/torrent.c +++ b/libtransmission/torrent.c @@ -3393,7 +3393,6 @@ queueIsSequenced (tr_session * session) int i; int n; bool is_sequenced; - tr_torrent * tor; tr_torrent ** torrents; n = 0; -- 2.40.0