diff options
Diffstat (limited to 'conflictcheck.c')
-rw-r--r-- | conflictcheck.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/conflictcheck.c b/conflictcheck.c index 9f34aec..9180de0 100644 --- a/conflictcheck.c +++ b/conflictcheck.c @@ -210,14 +210,11 @@ void cConflictCheck::InitDevicesInfo() devices[i].device = cDevice::GetDevice(i); #endif -#if APIVERSNUM > 10721 BondDevices(Setup.DeviceBondings); -#endif } void cConflictCheck::BondDevices(const char *Bondings) { -#if APIVERSNUM > 10721 LogFile.Log(3, "Bond Devices"); if (Bondings) { cSatCableNumbers SatCableNumbers(MAXDEVICES, Bondings); @@ -232,7 +229,6 @@ void cConflictCheck::BondDevices(const char *Bondings) } } LogFile.Log(3, "Bond Devices done."); -#endif } void cConflictCheck::Check() |