Remove redundant condition
authorJulien "_FrnchFrgg_" RIVAUD <frnchfrgg@free.fr>
Sun, 31 Jul 2016 11:32:39 +0000 (13:32 +0200)
committerJulien "_FrnchFrgg_" RIVAUD <frnchfrgg@free.fr>
Mon, 1 Aug 2016 07:46:20 +0000 (09:46 +0200)
commit91414f52e2aeb801820c671062c584cc3f540fdb
treea0386de73cc1454050be1c64155a766bfae7db37
parenteb7a3646289281e8f7342b2de65cd7d8e38d0833
Remove redundant condition

Since can_replicate is true at loop start, and in the loop body there is
a break; after every can_replicate=false, there's no point to test its
value in the loop condition.
libs/ardour/plugin_insert.cc