removed some duplicate data from torrent_info

This commit is contained in:
Arvid Norberg 2007-08-27 07:23:57 +00:00
parent a567f18962
commit 09429d1871
1 changed files with 3 additions and 1 deletions

View File

@ -400,7 +400,9 @@ namespace libtorrent
{
if (i->first == "pieces"
|| i->first == "piece length"
|| i->first == "length")
|| i->first == "length"
|| i->first == "files"
|| i->first == "name")
continue;
m_extra_info[i->first] = i->second;
}