Removed unused method. stable-1.5
authorFlorian Pose <fp@igh-essen.com>
Tue, 04 Dec 2012 12:22:38 +0100
branchstable-1.5
changeset 2458 8e0bab31fddd
parent 2457 30a6df891e7d
child 2459 8c7e674aa5d6
Removed unused method.
master/master.c
--- a/master/master.c	Tue Dec 04 12:09:42 2012 +0100
+++ b/master/master.c	Tue Dec 04 12:22:38 2012 +0100
@@ -1621,21 +1621,6 @@
 
 /*****************************************************************************/
 
-/** 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(