8000 Remove unused comment · RustPython/RustPython@3d263a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d263a0

Browse files
committed
Remove unused comment
1 parent 55f916c commit 3d263a0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

vm/src/frame.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,10 +1164,6 @@ impl ExecutingFrame<'_> {
11641164
_typing::make_typevar(vm, type_name.clone(), vm.ctx.none(), vm.ctx.none())
11651165
.into_ref(&vm.ctx)
11661166
.into();
1167-
// // Inject the type var into locals so it is usable
1168-
// self.locals
1169-
// .mapping()
1170-
// .ass_subscript(&type_name, Some(type_var.clone()), vm)?;
11711167
self.push_value(type_var);
11721168
Ok(None)
11731169
}

0 commit comments

Comments
 (0)
0