aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-01-11 15:28:25 +0000
committerOmar Polo <op@omarpolo.com>2021-01-11 15:28:25 +0000
commit0d7a38c4ce99cf5367a242d0a1d41b51d4a742e8 (patch)
tree566226350efd424b24144520b2fc1d024f1574b1 /gmid.h
parent796c6e75d72a1fbd8ea1dd6ccaaaa57180eb3865 (diff)
avoid __dead and return at the end of main
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gmid.h b/gmid.h
index 25a5262..e145d1a 100644
--- a/gmid.h
+++ b/gmid.h
@@ -37,10 +37,6 @@
# define INFTIM -1
#endif
-#ifndef __dead
-# define __dead
-#endif
-
#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 */