From a3b2efaa1b5c418229d19c4e963c8854b558209b Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Wed, 30 May 2007 18:57:23 +0000 Subject: [PATCH] unneeded lines --- src/deluge_core.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/deluge_core.cpp b/src/deluge_core.cpp index cbeb606c3..560a066fa 100644 --- a/src/deluge_core.cpp +++ b/src/deluge_core.cpp @@ -585,8 +585,8 @@ static PyObject *torrent_get_torrent_state(PyObject *self, PyObject *args) torrent_status s = t.handle.status(); const torrent_info &i = t.handle.get_torrent_info(); - std::vector peers; - t.handle.get_peer_info(peers); +// std::vector peers; +// t.handle.get_peer_info(peers); return Py_BuildValue("{s:s,s:l,s:l,s:l,s:l,s:f,s:f,s:d,s:f,s:l,s:l,s:s,s:s,s:f,s:d,s:l,s:l,s:l,s:d,s:l,s:l,s:l,s:l,s:l,s:l,s:d,s:d,s:l,s:l}", "name", t.handle.get_torrent_info().name().c_str(),