mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
chore: Fix additional clang-tidy issues for unused-local-non-trivial-variable check (#6509)
This commit is contained in:
@@ -216,7 +216,6 @@ Oracle::set(UpdateArg const& arg)
|
||||
return s;
|
||||
assert(s.size() <= 20);
|
||||
// anything else must be 160-bit hex string
|
||||
std::string h = strHex(s);
|
||||
return strHex(s).append(40 - s.size() * 2, '0');
|
||||
};
|
||||
for (auto const& data : arg.series)
|
||||
|
||||
Reference in New Issue
Block a user