From 1322a3b6a8c39952d398e33068a53fe76049775d Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Tue, 4 Dec 2012 12:22:38 +0100 Subject: [PATCH] Removed unused method. --- master/master.c | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/master/master.c b/master/master.c index 8074c88d..f0480103 100644 --- a/master/master.c +++ b/master/master.c @@ -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(