mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-08 19:22:29 +00:00
Remove extra return
This commit is contained in:
@@ -155,7 +155,6 @@ xml_value_to_object(const tinyxml2::XMLNode* elem) {
|
||||
[](char c) { return c == '\n' || c == '\r'; }),
|
||||
base64string.end());
|
||||
return torrent::Object(utils::base64decode(base64string));
|
||||
return torrent::Object("");
|
||||
} else {
|
||||
throw xmlrpc_error(XMLRPC_INTERNAL_ERROR, "received unsupported value type: " + value_element_type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user