mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-04-17 02:41:55 +00:00
Remove unused function
This commit is contained in:
parent
139a5b9302
commit
d405fcdac0
1 changed files with 0 additions and 7 deletions
|
@ -1051,13 +1051,6 @@ namespace lws
|
|||
} // while scanning
|
||||
}
|
||||
|
||||
expect<std::list<crypto::hash>> get_chain_sync(expect<db::storage_reader> reader)
|
||||
{
|
||||
if (!reader)
|
||||
return reader.error();
|
||||
return reader->get_chain_sync();
|
||||
}
|
||||
|
||||
template<typename R, typename Q>
|
||||
expect<typename R::response> fetch_chain(rpc::client& client, const char* endpoint, const Q& req)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue