1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-25 13:42:54 -05:00

More DNS cleanup.

This commit is contained in:
XMRig
2025-06-20 23:45:53 +07:00
parent 545aef0937
commit 6a690ba1e9
2 changed files with 0 additions and 3 deletions

View File

@@ -40,8 +40,6 @@ public:
~DnsUvBackend() override;
protected:
inline const DnsRecords &records() const override { return m_records; }
void resolve(const String &host, const std::weak_ptr<IDnsListener> &listener, const DnsConfig &config) override;
private: