Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unused comment
  • Loading branch information
dchiquito committed May 7, 2024
commit 3d263a0b44abf0841ea723672ac4e2593310fb42
4 changes: 0 additions & 4 deletions vm/src/frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1164,10 +1164,6 @@ impl ExecutingFrame<'_> {
_typing::make_typevar(vm, type_name.clone(), vm.ctx.none(), vm.ctx.none())
.into_ref(&vm.ctx)
.into();
// // Inject the type var into locals so it is usable
// self.locals
// .mapping()
// .ass_subscript(&type_name, Some(type_var.clone()), vm)?;
self.push_value(type_var);
Ok(None)
}
Expand Down