1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 02:55:07 +00:00

Remove ideas discarded.

This commit is contained in:
Thomas Harte 2023-10-08 22:27:01 -04:00
parent f618ca6046
commit 4f14210ee0
2 changed files with 0 additions and 25 deletions

View File

@ -427,7 +427,6 @@ template <
}
}
}
#endif /* PerformImplementation_h */

View File

@ -35,30 +35,6 @@ template <
IOT &io
);
/*template <
Model model,
Operation operation,
DataSize data_size,
typename FlowControllerT
> void perform(
CPU::RegisterPair32 &destination,
CPU::RegisterPair32 &source,
Status &status,
FlowControllerT &flow_controller
);
template <
Model model,
Operation operation,
DataSize data_size,
typename FlowControllerT
> void perform(
CPU::RegisterPair16 &destination,
CPU::RegisterPair16 &source,
Status &status,
FlowControllerT &flow_controller
);*/
}
#include "Implementation/PerformImplementation.hpp"