Remove UNUSED_2

This commit is contained in:
Ryan Huffman 2015-08-25 15:07:07 -07:00
parent dc5d5cbb63
commit 4e3d0758e5

View file

@ -571,7 +571,6 @@ void DomainServer::populateDefaultStaticAssignmentsExcludingTypes(const QSet<Ass
if (!excludedTypes.contains(defaultedType)
&& defaultedType != Assignment::UNUSED_0
&& defaultedType != Assignment::UNUSED_1
&& defaultedType != Assignment::UNUSED_2
&& defaultedType != Assignment::AgentType) {
// type has not been set from a command line or config file config, use the default
// by clearing whatever exists and writing a single default assignment with no payload