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 {