2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-05 08:25:16 +00:00

[master] Removed unused defs

This commit is contained in:
Francis Dupont
2018-04-18 18:12:19 +02:00
parent 41e096a6eb
commit 68b8dbf33e

View File

@@ -2451,7 +2451,6 @@ Dhcpv4Srv::setFixedFields(Dhcpv4Exchange& ex) {
// Let's get class definitions
const ClientClassDictionaryPtr& dict =
CfgMgr::instance().getCurrentCfg()->getClientClassDictionary();
const ClientClassDefListPtr& defs = dict->getClasses();
// Now we need to iterate over the classes assigned to the
// query packet and find corresponding class definitions for it.