Skip to content

Commit 3d3d171

Browse files
committed
remove deprecated assignment
1 parent 4511206 commit 3d3d171

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Utility.CommandLine.Arguments/Arguments.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,6 @@ public static void Populate(Type type, Arguments arguments, bool clearExistingVa
409409
// retrieve the value from the argument dictionary
410410
object value = arguments.ArgumentDictionary[propertyName];
411411

412-
bool valueIsList = value.GetType().IsGenericType && value.GetType().GetGenericTypeDefinition() == typeof(List<>);
413-
414412
object convertedValue;
415413

416414
// if the type of the property is bool and the argument value is empty set the property value to true,

0 commit comments

Comments
 (0)