Removed uv_try_write for console log.

This commit is contained in:
XMRig
2019-10-06 11:03:01 +07:00
parent 3d262d82a0
commit 8cd44fad9c
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;
};