From 8796993c71c8a326c2f261c01db5066cfc3b2848 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 1 Jul 2009 14:54:42 +0000 Subject: [PATCH] 2009-07-01 Tatsuhiro Tsujikawa Updated doc * src/download_helper.cc --- ChangeLog | 5 +++++ src/download_helper.cc | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ae4f601c..f5af339b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-07-01 Tatsuhiro Tsujikawa + + Updated doc + * src/download_helper.cc + 2009-07-01 Tatsuhiro Tsujikawa Refactored fieldMan ctor. diff --git a/src/download_helper.cc b/src/download_helper.cc index a0adb72c..0cbfa188 100644 --- a/src/download_helper.cc +++ b/src/download_helper.cc @@ -204,7 +204,6 @@ createBtRequestGroup(const std::string& torrentFilePath, SharedHandle rg(new RequestGroup(option)); SharedHandle dctx(new DownloadContext()); dctx->setDir(option->get(PREF_DIR)); - // TODO1.5 Add additional argument auxUris for bittorrent::load* functions. if(torrentData.empty()) { bittorrent::load(torrentFilePath, dctx, auxUris);// may throw exception } else {