Skip to content
Snippets Groups Projects
Commit f85fa100 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos
Browse files

lavf/ftp: Remove an unneeded forward declaration.

parent d6a1f711
Branches
Tags
No related merge requests found
...@@ -489,8 +489,6 @@ static int ftp_list_nlst(FTPContext *s) ...@@ -489,8 +489,6 @@ static int ftp_list_nlst(FTPContext *s)
return 0; return 0;
} }
static int ftp_has_feature(FTPContext *s, const char *feature_name);
static int ftp_list(FTPContext *s) static int ftp_list(FTPContext *s)
{ {
int ret; int ret;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment