diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2018-10-09 22:49:34 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2018-10-09 22:49:57 +0200 |
commit | f85fa100db7d359527bae2a7a6501fd3575846e5 (patch) | |
tree | 353fc0f88767ffa9f6f142738a78c5c5b7528b0a | |
parent | d6a1f711bcd1035bea95157ae6559988000e453d (diff) | |
download | ffmpeg-f85fa100db7d359527bae2a7a6501fd3575846e5.tar.gz |
lavf/ftp: Remove an unneeded forward declaration.
-rw-r--r-- | libavformat/ftp.c | 2 |
1 files changed, 0 insertions, 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; |