Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'avserver.c')
-rw-r--r--avserver.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/avserver.c b/avserver.c
index 94ea0a074f..6b01b15b6f 100644
--- a/avserver.c
+++ b/avserver.c
@@ -323,11 +323,6 @@ static AVLFG random_state;
static FILE *logfile = NULL;
-void exit_program(int ret)
-{
- exit(ret);
-}
-
/* FIXME: make avserver work with IPv6 */
/* resolve host with also IP address parsing */
static int resolve_host(struct in_addr *sin_addr, const char *hostname)