Commit f85fa100 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

lavf/ftp: Remove an unneeded forward declaration.

parent d6a1f711
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment