Skip to content

Commit 013be9b

Browse files
committed
Update LocalValue.cs
1 parent 99f2a9c commit 013be9b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dotnet/src/webdriver/BiDi/Modules/Script/LocalValue.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,6 @@ public static LocalValue ConvertFrom(IList? value)
190190
return new NullLocalValue();
191191
}
192192

193-
var type = value.GetType();
194-
195193
List<LocalValue> list = [];
196194

197195
foreach (var element in value)

0 commit comments

Comments
 (0)