mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-08 14:25:05 +00:00
Remove dead non-access.
This commit is contained in:
@@ -52,8 +52,6 @@ Chipset::Changes Chipset::run_until_cpu_slot() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool Chipset::Copper::advance(uint16_t position) {
|
bool Chipset::Copper::advance(uint16_t position) {
|
||||||
(void)position;
|
|
||||||
|
|
||||||
switch(state_) {
|
switch(state_) {
|
||||||
default: return false;
|
default: return false;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user