diff options
author | Omar Polo <op@omarpolo.com> | 2021-01-28 16:24:48 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-01-28 16:24:48 +0000 |
commit | 473e4531d5c55ef25dde8df5b57ef503ef1aa218 (patch) | |
tree | 574ac0034c0d478a2d8167afc1d5fe4851348959 /gmid.h | |
parent | d2b941f34bacd4dbd076d7d2733bddc65995fa6f (diff) |
delete unused constant
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |