dedup

deduplicating backup program
git clone git://git.2f30.org/dedup
Log | Files | Refs | README | LICENSE

commit 1dd953c0a3654c65c1bade8096a234e51caed46c
parent 74e630b82162820aef9515874dcf5ef06269e9a8
Author: sin <sin@2f30.org>
Date:   Sat, 27 Apr 2019 18:26:49 +0100

Delete unused variable

Diffstat:
Mbstorage.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bstorage.c b/bstorage.c @@ -601,7 +601,7 @@ static int bsgc(struct bctx *bctx) { struct sctx *sctx; - struct bd key, *bd; + struct bd *bd; sctx = bctx->sctx; SLIST_FOREACH(bd, &sctx->gchead, sle) {