Browse Source

Semi-Merge commit '0b6ee62' into cg_merges_20130524b (just skip rehashing data in submission)

Conflicts:
	miner.c
Luke Dashjr 12 years ago
parent
commit
a43e46d8f2
1 changed files with 0 additions and 2 deletions
  1. 0 2
      miner.c

+ 0 - 2
miner.c

@@ -3995,8 +3995,6 @@ static struct submit_work_state *begin_submission(struct work *work)
 		.work = work,
 	};
 
-	rebuild_hash(work);
-
 	if (stale_work(work, true)) {
 		work->stale = true;
 		if (opt_submit_stale)