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 rt;
|
||||
import mem;
|
||||
import opcodes;
|
||||
import strings;
|
||||
|
||||
|
||||
@@ -3684,7 +3684,6 @@ package w6a;
|
||||
|
||||
import os;
|
||||
import rt;
|
||||
import mem;
|
||||
import opcodes;
|
||||
import strings;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user