From bc1190c5d4d571d86cd935c478040f7904b5af26 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Sun, 9 Jun 2024 10:08:27 +0000 Subject: [PATCH] shutting_down is no longer used, remove stale extern --- gmid.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gmid.h b/gmid.h index 51a68b23..112a029e 100644 --- a/gmid.h +++ b/gmid.h @@ -394,7 +394,6 @@ const char *mime(struct conf *, struct vhost*, const char*); void free_mime(struct mime *); /* server.c */ -extern int shutting_down; const char *vhost_lang(struct vhost*, const char*); const char *vhost_default_mime(struct vhost*, const char*); const char *vhost_index(struct vhost*, const char*);