13
0

Remove unused variable

This commit is contained in:
Robin Gareus 2018-10-09 19:23:17 +02:00
parent 970c8939d4
commit 425c54883a

View File

@ -78,7 +78,6 @@ void
ARDOUR::DSP::process_map (BufferSet* bufs, const ChanMapping& in, const ChanMapping& out, pframes_t nframes, samplecnt_t offset, const DataType& dt)
{
const ChanMapping::Mappings& im (in.mappings());
const ChanMapping::Mappings& om (out.mappings());
for (ChanMapping::Mappings::const_iterator tm = im.begin(); tm != im.end(); ++tm) {
if (tm->first != dt) { continue; }