lib/slave_config.c
branchstable-1.5
changeset 2428 8a270ea612ee
parent 2421 bc2d4bf9cbe5
child 2433 3bdd7a747fae
--- a/lib/slave_config.c	Wed Sep 19 22:33:13 2012 +0200
+++ b/lib/slave_config.c	Wed Sep 19 22:40:32 2012 +0200
@@ -70,7 +70,6 @@
         ec_direction_t dir, ec_watchdog_mode_t watchdog_mode)
 {
     ec_ioctl_config_t data;
-    unsigned int i;
 
     if (sync_index >= EC_MAX_SYNC_MANAGERS)
         return -ENOENT;
@@ -473,7 +472,6 @@
 {
     ec_ioctl_voe_t data;
     ec_voe_handler_t *voe;
-    unsigned int index;
 
     voe = malloc(sizeof(ec_voe_handler_t));
     if (!voe) {