[FFmpeg-cvslog] lavf/ftp: Remove an unneeded forward declaration.

Carl Eugen Hoyos git at videolan.org
Tue Oct 9 23:50:30 EEST 2018


ffmpeg | branch: master | Carl Eugen Hoyos <ceffmpeg at gmail.com> | Tue Oct  9 22:49:34 2018 +0200| [f85fa100db7d359527bae2a7a6501fd3575846e5] | committer: Carl Eugen Hoyos

lavf/ftp: Remove an unneeded forward declaration.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f85fa100db7d359527bae2a7a6501fd3575846e5
---

 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;



More information about the ffmpeg-cvslog mailing list