commit: Remove unused bytes_written
authorKevin Wolf <kwolf@redhat.com>
Fri, 14 Feb 2020 20:08:07 +0000 (21:08 +0100)
committerKevin Wolf <kwolf@redhat.com>
Tue, 18 Feb 2020 09:53:56 +0000 (10:53 +0100)
commitd71e65ec1d08849a4e62a778ed4ea732621cea26
treed06b05fff95cd21b3f46a00ba1d07f00868d0427
parent248e3ffb66c27cf95623f965b61b0eb97a607441
commit: Remove unused bytes_written

The bytes_written variable is only ever written to, it serves no
purpose. This has actually been the case since the commit job was first
introduced in commit 747ff602636.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20200214200812.28180-3-kwolf@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/commit.c