1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00

Remove unused variable.

This commit is contained in:
Thomas Harte 2023-05-16 16:46:36 -04:00
parent 8578dfbf22
commit 5c51bae605

View File

@ -1278,7 +1278,6 @@ HalfCycles TMS9918<personality>::get_next_sequence_point() const {
// Calculate when the next line interrupt will occur.
int next_line_interrupt_row = -1;
int line_interrupt_position = this->mode_timing_.line_interrupt_position;
int cycles_to_next_interrupt_threshold = this->mode_timing_.line_interrupt_position - this->fetch_pointer_.column;
int line_of_next_interrupt_threshold = this->fetch_pointer_.row;