From f85fa100db7d359527bae2a7a6501fd3575846e5 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Tue, 9 Oct 2018 22:49:34 +0200 Subject: [PATCH] lavf/ftp: Remove an unneeded forward declaration. --- libavformat/ftp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavformat/ftp.c b/libavformat/ftp.c index 9aa7a45629..676f1c6b4c 100644 --- a/libavformat/ftp.c +++ b/libavformat/ftp.c @@ -489,8 +489,6 @@ static int ftp_list_nlst(FTPContext *s) return 0; } -static int ftp_has_feature(FTPContext *s, const char *feature_name); - static int ftp_list(FTPContext *s) { int ret;