ames: minor, remove unused constant

This commit is contained in:
Ted Blackman 2022-06-03 22:55:40 -05:00
parent 69cfaeec08
commit 7af7fa0e28

View File

@ -8,7 +8,6 @@
#define FINE_PAGE 512 // packets per page
#define FINE_FRAG 1024 // bytes per fragment packet
#define FINE_PATH_MAX 384 // longest allowed scry path
#define FINE_SCRY_MAX 10 // maximum allowed pending scry requests
#define HEAD_SIZE 4 // header size in bytes
// a hack to work around the inability to delete from a hashtable