Removed unused method.

This commit is contained in:
Florian Pose 2012-12-04 12:22:38 +01:00
parent cf327f63c8
commit 1322a3b6a8
1 changed files with 0 additions and 15 deletions

View File

@ -1621,21 +1621,6 @@ schedule:
/*****************************************************************************/
/** Detaches the slave configurations from the slaves.
*/
void ec_master_detach_slave_configs(
ec_master_t *master /**< EtherCAT master. */
)
{
ec_slave_config_t *sc;
list_for_each_entry(sc, &master->configs, list) {
ec_slave_config_detach(sc);
}
}
/*****************************************************************************/
/** Attaches the slave configurations to the slaves.
*/
void ec_master_attach_slave_configs(