Skip to content

Commit

Permalink
shutting_down is no longer used, remove stale extern
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-polo committed Jun 9, 2024
1 parent 702b510 commit bc1190c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gmid.h
Original file line number Diff line number Diff line change
Expand Up @@ -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*);
Expand Down

0 comments on commit bc1190c

Please sign in to comment.