URI: 
       Delete unused variable - dedup - deduplicating backup program
  HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 1dd953c0a3654c65c1bade8096a234e51caed46c
   DIR parent 74e630b82162820aef9515874dcf5ef06269e9a8
  HTML 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
       @@ -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) {