Removed unused code

This commit is contained in:
Alena Prokharchyk 2011-11-08 10:36:29 -08:00
parent 76a3bb7581
commit 5e6fedb7ff
1 changed files with 0 additions and 7 deletions

View File

@ -2861,13 +2861,6 @@ public class ConfigurationManagerImpl implements ConfigurationManager, Configura
if (guestType == null) {
throw new InvalidParameterValueException("Invalid \"type\" parameter is given; can have Shared and Isolated values");
}
//specifyVlan can be true for Shared network offering only in Acton
if (specifyVlan && guestType != GuestType.Shared) {
}
// Verify availability
for (Availability avlb : Availability.values()) {