mirror of
https://github.com/vtnerd/monero-lws.git
synced 2024-11-16 09:17:37 +00:00
Remove unused function (#109)
This commit is contained in:
parent
80604e8133
commit
3bf2ad061f
1 changed files with 0 additions and 7 deletions
|
@ -1142,13 +1142,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