Skip to content

Commit 4d5b85e

Browse files
committed
Remove unused code
1 parent 2d401cc commit 4d5b85e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Src/IronPython/Runtime/Operations/PythonOps.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1496,8 +1496,6 @@ public static void DictUpdate(CodeContext context, PythonDictionary dict, object
14961496
throw TypeError($"'{PythonTypeOps.GetName(item)}' object is not a mapping");
14971497
}
14981498

1499-
PythonDictionary res = new PythonDictionary();
1500-
15011499
// enumerate the keys getting their values
15021500
IEnumerator enumerator = GetEnumerator(keys);
15031501
while (enumerator.MoveNext()) {

0 commit comments

Comments
 (0)