1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-29 00:29:34 +00:00

Remove dead non-access.

This commit is contained in:
Thomas Harte 2021-07-27 22:27:20 -04:00
parent 604232acd9
commit 69ae9d72c8

View File

@ -52,8 +52,6 @@ Chipset::Changes Chipset::run_until_cpu_slot() {
}
bool Chipset::Copper::advance(uint16_t position) {
(void)position;
switch(state_) {
default: return false;