mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-23 03:32:32 +00:00
This assert is redundant; not worth an extra #include.
This commit is contained in:
parent
a601ac0cab
commit
e71e506883
@ -65,8 +65,6 @@ class Executor: public CachingExecutor {
|
||||
const auto index =
|
||||
(int(operation) - MinOperation) * (1 + MaxAddressingMode - MinAddressingMode) +
|
||||
(int(addressing_mode) - MinAddressingMode);
|
||||
|
||||
assert(index < decltype(index)(sizeof(performers_)/sizeof(*performers_)));
|
||||
return performers_[index];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user