NO-OP: cleanup after 44a2ef909

This commit is contained in:
Robin Gareus
2023-10-21 15:40:12 +02:00
parent 4ca457bb9e
commit a7145661bc

View File

@@ -536,7 +536,6 @@ Delivery::flush_buffers (samplecnt_t nframes)
/* io_lock, not taken: function must be called from Session::process() calltree */
if (_output) {
_output->flush_buffers (nframes);
return;
}
}