]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
remove unused DEV_BLOCK::ser_buf
authorAlain Spineux <alain@baculasystems.com>
Thu, 6 Oct 2022 12:16:11 +0000 (14:16 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:56:59 +0000 (13:56 +0200)
# Conflicts:
# bacula/src/stored/block.h

bacula/src/stored/block.h

index c4316beb593b0ea57ae578e57ea735e6448e6747..36c16053e7f49c6184cba6f5518399925cf2c23e 100644 (file)
@@ -162,7 +162,6 @@ struct DEV_BLOCK {
    int32_t  LastIndex;                /* last index this block */
    int32_t  rechdr_items;             /* number of items in rechdr queue */
    char    *bufp;                     /* pointer into buffer */
-   char     ser_buf[BLKHDR2_LENGTH];  /* Serial buffer for adata */
    POOLMEM *rechdr_queue;             /* record header queue */
    POOLMEM *buf;                      /* actual data buffer */
    alist   *filemedia;                /* Filemedia attached to the current block */