diff --git a/doc/manual-src/en/aria2c.rst b/doc/manual-src/en/aria2c.rst index 0a26fa92..7734ec02 100644 --- a/doc/manual-src/en/aria2c.rst +++ b/doc/manual-src/en/aria2c.rst @@ -1733,6 +1733,8 @@ if you have a torrent or metalink with chunk checksums for the file, you can resume the download without a control file by giving -V option to aria2c in command-line. +.. _input-file: + Input File ~~~~~~~~~~ diff --git a/src/RpcMethodImpl.cc b/src/RpcMethodImpl.cc index c88753f7..1142c445 100644 --- a/src/RpcMethodImpl.cc +++ b/src/RpcMethodImpl.cc @@ -1082,85 +1082,6 @@ SharedHandle RemoveDownloadResultRpcMethod::process return VLB_OK; } -namespace { -void changeOption -(const SharedHandle& group, - const Option& option, - DownloadEngine* e) -{ - const SharedHandle& dctx = group->getDownloadContext(); - const SharedHandle