Remove unused variable
authorRobin Gareus <robin@gareus.org>
Tue, 9 Oct 2018 17:23:17 +0000 (19:23 +0200)
committerRobin Gareus <robin@gareus.org>
Tue, 9 Oct 2018 17:31:01 +0000 (19:31 +0200)
libs/ardour/dsp_filter.cc

index 5e2cff6799cf5ad185547c55a9454b0754cd466c..3508bf4e290796ea3ed1a8e316246ed12bcad4fc 100644 (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; }