mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +00:00
Remove unused variable.
This commit is contained in:
parent
8578dfbf22
commit
5c51bae605
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user