diff -r 25cc77cf3993 -r f02ff486b313 tool/MasterDevice.cpp --- a/tool/MasterDevice.cpp Mon Jul 28 12:11:50 2008 +0000 +++ b/tool/MasterDevice.cpp Mon Jul 28 12:15:25 2008 +0000 @@ -68,16 +68,6 @@ /****************************************************************************/ -unsigned int MasterDevice::slaveCount() -{ - ec_ioctl_master_t data; - - getMaster(&data); - return data.slave_count; -} - -/****************************************************************************/ - void MasterDevice::getMaster(ec_ioctl_master_t *data) { if (ioctl(fd, EC_IOCTL_MASTER, data) < 0) {