summaryrefslogtreecommitdiff
path: root/ffserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffserver.c')
-rw-r--r--ffserver.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ffserver.c b/ffserver.c
index 480e6fc15b..7fb61d04ea 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -329,11 +329,6 @@ static AVLFG random_state;
static FILE *logfile = NULL;
/* FIXME: make ffserver work with IPv6 */
-void av_noreturn exit_program(int ret)
-{
- exit(ret);
-}
-
/* resolve host with also IP address parsing */
static int resolve_host(struct in_addr *sin_addr, const char *hostname)
{