Remove unused variable

This commit is contained in:
Dave Page 2015-04-06 14:58:19 -04:00
parent fad06b32f1
commit 039f9ac74d
1 changed files with 0 additions and 2 deletions

View File

@ -77,8 +77,6 @@ struct ec_domain
const ec_slave_config_t *sc_in_work; /**< slave_config which is actively
being registered in this domain
(i.e. ecrt_slave_config_reg_pdo_entry() ) */
unsigned sc_in_work_start_offset; /**< Starting domain offset of slave
config in work */
};
/*****************************************************************************/