]> git.sesse.net Git - vlc/commitdiff
DTV: remove unused variable
authorRafaël Carré <funman@videolan.org>
Wed, 20 Aug 2014 09:54:54 +0000 (11:54 +0200)
committerRafaël Carré <funman@videolan.org>
Wed, 20 Aug 2014 09:54:54 +0000 (11:54 +0200)
modules/access/dtv/linux.c

index 67b71590a9ca54d30a227d7d083886574be1b753..1339bcde8ef42ae171469cfa60a214527b5cf14a 100644 (file)
@@ -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);