Remove a dead store in Piece

This commit is contained in:
Nils Maier 2013-11-28 21:23:36 +01:00
parent 6f2648f891
commit 1323048ab1

View File

@ -266,7 +266,6 @@ void updateHashWithRead(MessageDigest* mdctx,
throw DL_ABORT_EX(fmt(EX_FILE_READ, "n/a", "data is too short"));
}
mdctx->update(buf, nread);
offset += nread;
}
}
} // namespace