Remove useless comment - dedup - deduplicating backup program
 (HTM) git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 921f7817b6057ac6d1efd12165e1593b0accfc4e
 (DIR) parent d96224299eea385265b405cc59a3b4881e75d69c
 (HTM) Author: sin <sin@2f30.org>
       Date:   Sun,  5 May 2019 21:22:06 +0100
       
       Remove useless comment
       
       Diffstat:
         M bencrypt.c                          |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/bencrypt.c b/bencrypt.c
       @@ -260,7 +260,6 @@ beget(struct bctx *bctx, unsigned char *md, void *buf, size_t *n)
                /* Calculate maximum size of encrypted block */
                size = EDSIZE + *n + crypto_aead_xchacha20poly1305_ietf_ABYTES;
        
       -        /* Allocate buffer to store encrypted block */
                ebuf = malloc(size);
                if (ebuf == NULL) {
                        bseterr("malloc: %s", strerror(errno));