remove call to #ifdef'ed code

This commit is contained in:
Paul Davis 2021-12-27 11:24:03 -07:00
parent 75d5d54cb6
commit 610125b87c
1 changed files with 0 additions and 2 deletions

View File

@ -5300,8 +5300,6 @@ Route::setup_invisible_processors ()
if (_triggerbox && (_disk_io_point != DiskIOCustom)) {
/* BEFORE polarity */
new_processors.insert (polarity_pos, _triggerbox);
dump_processors ("tbn", new_processors);
}
}