selfhost: drop dead 'import mem' (#16 PREP-deadimport)
mem.ww was retired in Phase-0; these two imports survived only because the driver silently skipped unresolvable imports. Provably dead: no mem module exists and both units build identically without them. Removal precedes the loud driver, which would otherwise fatal on them.
This commit is contained in:
@@ -13,7 +13,6 @@ package w6a;
|
|||||||
|
|
||||||
import os;
|
import os;
|
||||||
import rt;
|
import rt;
|
||||||
import mem;
|
|
||||||
import opcodes;
|
import opcodes;
|
||||||
import strings;
|
import strings;
|
||||||
|
|
||||||
|
|||||||
@@ -3684,7 +3684,6 @@ package w6a;
|
|||||||
|
|
||||||
import os;
|
import os;
|
||||||
import rt;
|
import rt;
|
||||||
import mem;
|
|
||||||
import opcodes;
|
import opcodes;
|
||||||
import strings;
|
import strings;
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
package test;
|
package test;
|
||||||
|
|
||||||
import os;
|
import os;
|
||||||
import mem;
|
|
||||||
import fmt;
|
import fmt;
|
||||||
|
|
||||||
def MAX_LINE: i32 = 4096;
|
def MAX_LINE: i32 = 4096;
|
||||||
|
|||||||
Reference in New Issue
Block a user