From 1f1b3b560ebe8f9e06f6498c7a977418c0e72251 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 24 Sep 2008 02:37:04 +0000 Subject: [PATCH] fixed typo in torrent_info.hpp --- include/libtorrent/torrent_info.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/libtorrent/torrent_info.hpp b/include/libtorrent/torrent_info.hpp index a027e3460..51cca20a5 100644 --- a/include/libtorrent/torrent_info.hpp +++ b/include/libtorrent/torrent_info.hpp @@ -197,8 +197,6 @@ namespace libtorrent nodes_t m_nodes; // the hash that identifies this torrent - // is mutable because it's calculated - // lazily sha1_hash m_info_hash; // if a creation date is found in the torrent file