mirror of https://git.ffmpeg.org/ffmpeg.git
avformat/network: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
856e7dbb72
commit
21bf0d6f80
|
@ -270,7 +270,6 @@ int ff_listen_connect(int fd, const struct sockaddr *addr,
|
|||
socklen_t addrlen, int timeout, URLContext *h)
|
||||
{
|
||||
struct pollfd p = {fd, POLLOUT, 0};
|
||||
int64_t wait_started;
|
||||
int ret;
|
||||
socklen_t optlen;
|
||||
|
||||
|
|
Loading…
Reference in New Issue