avformat/network: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-06-05 14:29:04 +02:00
parent 856e7dbb72
commit 21bf0d6f80
1 changed files with 0 additions and 1 deletions

View File

@ -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;