unneeded lines

This commit is contained in:
Alon Zakai 2007-05-30 18:57:23 +00:00
parent e1a3f460f5
commit a3b2efaa1b
1 changed files with 2 additions and 2 deletions

View File

@ -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<peer_info> peers;
t.handle.get_peer_info(peers);
// std::vector<peer_info> 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(),