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:
2026-06-10 15:19:10 +09:00
parent 9f8df525c2
commit 6f781f3d71
3 changed files with 0 additions and 3 deletions

View File

@@ -13,7 +13,6 @@ package w6a;
import os;
import rt;
import mem;
import opcodes;
import strings;

View File

@@ -3684,7 +3684,6 @@ package w6a;
import os;
import rt;
import mem;
import opcodes;
import strings;