aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-01-28 16:24:48 +0000
committerOmar Polo <op@omarpolo.com>2021-01-28 16:24:48 +0000
commit473e4531d5c55ef25dde8df5b57ef503ef1aa218 (patch)
tree574ac0034c0d478a2d8167afc1d5fe4851348959
parentd2b941f34bacd4dbd076d7d2733bddc65995fa6f (diff)
delete unused constant
-rw-r--r--gmid.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gmid.h b/gmid.h
index eaaad58..8e16f48 100644
--- a/gmid.h
+++ b/gmid.h
@@ -39,9 +39,6 @@
#define GEMINI_URL_LEN (1024+3) /* URL max len + \r\n + \0 */
-/* large enough to hold a copy of a gemini URL and still have extra room */
-#define PATHBUF 2048
-
#define SUCCESS 20
#define TEMP_REDIRECT 30
#define TEMP_FAILURE 40