From 51dc59ecc946490e51350401caf970b3d373b20a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 26 Mar 2020 23:37:41 +0000 Subject: remove unused constants --- content/fs_backing_store.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'content/fs_backing_store.c') diff --git a/content/fs_backing_store.c b/content/fs_backing_store.c index 458866c62..7c104985e 100644 --- a/content/fs_backing_store.c +++ b/content/fs_backing_store.c @@ -55,16 +55,13 @@ #include "content/backing_store.h" -/** Default number of bits of the ident to use in index hash */ -#define DEFAULT_IDENT_SIZE 20 - -/** Default number of bits to use for an entry index. */ -#define DEFAULT_ENTRY_SIZE 16 - /** Backing store file format version */ #define CONTROL_VERSION 202 -/** Number of milliseconds after a update before control data maintenance is performed */ +/** + * Number of milliseconds after a update before control data + * maintenance is performed + */ #define CONTROL_MAINT_TIME 10000 /** Filename of serialised entries */ -- cgit v1.2.3