Async: remove unreachable code

This commit is contained in:
cohcho 2020-10-21 08:28:52 +00:00
parent 87b4d97798
commit da8b87b007
2 changed files with 0 additions and 27 deletions

View file

@ -235,9 +235,6 @@ protected:
private:
static void onResult(uv_async_t *handle) { static_cast<JobResultsPrivate*>(handle->data)->submit(); }
# if defined(XMRIG_FEATURE_OPENCL) || defined(XMRIG_FEATURE_CUDA)
inline void submit()
{