Removed unused code.

This commit is contained in:
rakshasa
2024-11-13 09:33:09 +00:00
committed by Jari Sundell
parent ee120730cc
commit ef937863fd
2 changed files with 2 additions and 68 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ torrent::Object
apply_log_open(int output_flags, const torrent::Object::list_type& args) {
if (args.size() < 2)
throw torrent::input_error("Invalid number of arguments.");
torrent::Object::list_const_iterator itr = args.begin();
std::string output_id = (itr++)->as_string();