From: Alain Spineux Date: Thu, 6 Oct 2022 12:16:11 +0000 (+0200) Subject: remove unused DEV_BLOCK::ser_buf X-Git-Tag: Beta-15.0.0~412 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=885bb1adf128a239e88cda7104a0553593542112;p=thirdparty%2Fbacula.git remove unused DEV_BLOCK::ser_buf # Conflicts: # bacula/src/stored/block.h --- diff --git a/bacula/src/stored/block.h b/bacula/src/stored/block.h index c4316beb5..36c16053e 100644 --- a/bacula/src/stored/block.h +++ b/bacula/src/stored/block.h @@ -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 */