summaryrefslogtreecommitdiff
path: root/src/trg-torrent-model.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-13 12:24:26 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-13 12:24:26 +0000
commit44f1b8154a57621ecd79cd7da8e905fb18b49e56 (patch)
tree17425827cdeb4742cb5980e01659c9743f66636a /src/trg-torrent-model.c
parent0cfe0fe3f21d026428da4c1412a97591afafd77b (diff)
spawn requests from a thread pool
Diffstat (limited to 'src/trg-torrent-model.c')
-rw-r--r--src/trg-torrent-model.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/trg-torrent-model.c b/src/trg-torrent-model.c
index 2f1859b..c9a8f36 100644
--- a/src/trg-torrent-model.c
+++ b/src/trg-torrent-model.c
@@ -393,7 +393,6 @@ void trg_torrent_model_update(TrgTorrentModel * model, trg_client * tc,
JsonObject *args, *t;
GList *li;
- GList *newTorrents;
gint64 id;
gint64 *idCopy;
JsonArray *removedTorrents;