tDelete unused variable - dedup - deduplicating backup program
(HTM) git clone git://git.z3bra.org/dedup.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 1dd953c0a3654c65c1bade8096a234e51caed46c
(DIR) parent 74e630b82162820aef9515874dcf5ef06269e9a8
(HTM) Author: sin <sin@2f30.org>
Date: Sat, 27 Apr 2019 18:26:49 +0100
Delete unused variable
Diffstat:
M bstorage.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/bstorage.c b/bstorage.c
t@@ -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) {