[vlc-commits] DTV: remove unused variable
Rafaël Carré
git at videolan.org
Wed Aug 20 12:01:40 CEST 2014
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Aug 20 11:54:54 2014 +0200| [9f80126cd330813cbd87ae956c1753ab95ef7bff] | committer: Rafaël Carré
DTV: remove unused variable
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9f80126cd330813cbd87ae956c1753ab95ef7bff
---
modules/access/dtv/linux.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/access/dtv/linux.c b/modules/access/dtv/linux.c
index 67b7159..1339bcd 100644
--- a/modules/access/dtv/linux.c
+++ b/modules/access/dtv/linux.c
@@ -177,7 +177,6 @@ static int dvb_open_adapter (uint8_t adapter)
/** Opens the DVB device node of the specified type */
static int dvb_open_node (dvb_device_t *d, const char *type, int flags)
{
- int fd;
char path[strlen (type) + 4];
snprintf (path, sizeof (path), "%s%u", type, d->device);
More information about the vlc-commits
mailing list