This repository was archived by the owner on Mar 2, 2022. It is now read-only.
Commit 756ee68
committed
Remove some dead code in the assembler
Summary: There's some code (and a doc string) which says we need to convert from PyFlowGraph to code objects. But that already happens in _convert_LOAD_CONST so this is just unnecessary.
Test Plan: ./python -m test.test_compiler1 parent e783e45 commit 756ee68
1 file changed
+3
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
657 | 657 | | |
658 | 658 | | |
659 | 659 | | |
660 | | - | |
661 | | - | |
662 | | - | |
663 | | - | |
664 | | - | |
665 | | - | |
666 | | - | |
667 | | - | |
668 | | - | |
669 | | - | |
670 | | - | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
671 | 663 | | |
672 | 664 | | |
673 | 665 | | |
| |||
0 commit comments