summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-03-26 23:37:41 +0000
committerVincent Sanders <vince@kyllikki.org>2020-03-26 23:38:50 +0000
commit51dc59ecc946490e51350401caf970b3d373b20a (patch)
tree93fd6ded10b9bc6f15fcc2201d816a87ec9a82d3 /content
parent1053bcd3c1bf402654645f34252db51a781b5af2 (diff)
downloadnetsurf-51dc59ecc946490e51350401caf970b3d373b20a.tar.gz
netsurf-51dc59ecc946490e51350401caf970b3d373b20a.tar.bz2
remove unused constants
Diffstat (limited to 'content')
-rw-r--r--content/fs_backing_store.c11
1 files changed, 4 insertions, 7 deletions
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 */