Removed uv_try_write for console log.

This commit is contained in:
XMRig 2019-10-06 11:03:01 +07:00
parent 59b62dcb77
commit 8af1075c98
3 changed files with 13 additions and 36 deletions

View file

@ -51,10 +51,8 @@ protected:
private:
bool isSupported() const;
bool isWritable() const;
uv_stream_t *m_stream = nullptr;
uv_tty_t *m_tty = nullptr;
uv_tty_t *m_tty = nullptr;
};