13
0

remove dangling line of code that does nothing

This commit is contained in:
Paul Davis 2024-09-17 10:54:33 -06:00
parent a72bde5d3c
commit e3ff81efcb

View File

@ -5438,7 +5438,6 @@ Route::setup_invisible_processors ()
}
if (_disk_reader) {
new_processors.push_front (_disk_reader);
new_processors.begin();
}
}
break;