fix breakage for optimized build caused by semantically critical statement inside...
[ardour.git] / libs / ardour / rb_effect.cc
index 7ff60e6912f0976f0369c462b8989c62d83b8e55..f3adaec22c36269393a889cf09c0faeebb2d7c10 100644 (file)
@@ -388,8 +388,6 @@ RBEffect::run (boost::shared_ptr<Region> r, Progress* progress)
                }
        }
 
-       tsr.done = true;
-
        return ret;
 }