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

Remove unused type alias.

This commit is contained in:
Thomas Harte 2022-04-27 19:53:32 -04:00
parent 5e355383df
commit 39261436c8

View File

@ -1144,8 +1144,6 @@ Preinstruction Predecoder<model>::decode6(uint16_t instruction) {
template <Model model>
Preinstruction Predecoder<model>::decode7(uint16_t instruction) {
using Op = Operation;
// 4-134 (p238)
if(!(instruction & 0x100)) {
Decode(MOVEQ);