Reverted changes in Job (#82)

This commit is contained in:
Ben Gräf 2018-03-29 23:39:06 +02:00 committed by GitHub
parent 0437583331
commit 94e59b1744
3 changed files with 10 additions and 20 deletions

View file

@ -61,8 +61,7 @@ Job::Job(int poolId, bool nicehash) :
m_threadId(-1),
m_size(0),
m_diff(0),
m_target(0),
m_blob()
m_target(0)
{
}