Remove commented out error module definition

This commit is contained in:
pjht 2022-11-12 09:01:30 -06:00
parent b76c4c7bf5
commit 1b41ff5af4

View File

@ -3,7 +3,6 @@
mod backplane; mod backplane;
mod card; mod card;
mod disas; mod disas;
// mod error;
mod instruction; mod instruction;
mod location; mod location;
mod m68k; mod m68k;