Commit 209598b
authored
Remove the unused and undocumented
This function's use-case appeared to be to force blades to print as bases.
However, this isn't at all obvious from the name, and the arguments which can be passed in look outright dangerous.
If users want to print the base representation, they can just print `some_mv.base_rep()` instead.
If users want to perform arbitrary and meaningless textual substitutions, we should let them do so explicitly themselves.
I suspect no one uses this function anyway.printer.print_replace (#385)1 parent 551837b commit 209598b
2 files changed
+0
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
659 | 659 | | |
660 | 660 | | |
661 | 661 | | |
662 | | - | |
663 | | - | |
664 | 662 | | |
665 | 663 | | |
666 | 664 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | 66 | | |
70 | 67 | | |
71 | 68 | | |
72 | 69 | | |
73 | 70 | | |
74 | 71 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | 72 | | |
83 | 73 | | |
84 | 74 | | |
| |||
0 commit comments