From 7af7fa0e280eb1982d7e3f5636d3c031cfe4a327 Mon Sep 17 00:00:00 2001 From: Ted Blackman Date: Fri, 3 Jun 2022 22:55:40 -0500 Subject: [PATCH] ames: minor, remove unused constant --- pkg/urbit/vere/io/ames.c | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/urbit/vere/io/ames.c b/pkg/urbit/vere/io/ames.c index d6c5fd653..bfa7f0d25 100644 --- a/pkg/urbit/vere/io/ames.c +++ b/pkg/urbit/vere/io/ames.c @@ -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