The unified diff between revisions [2fac918f..] and [4e40e885..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'src/filter.cpp'
#
#
# patch "src/filter.cpp"
# from [cdf7148e946c93f3d08e48b7360029fe815f28ee]
# to [ee4772bcc40c136c29204a37c94201de730999ad]
#
============================================================
--- src/filter.cpp cdf7148e946c93f3d08e48b7360029fe815f28ee
+++ src/filter.cpp ee4772bcc40c136c29204a37c94201de730999ad
@@ -25,8 +25,6 @@ void Filter::send(const byte input[], u3
*************************************************/
void Filter::send(const byte input[], u32bit length)
{
- global_state().pulse(PIPE_WRITE);
-
bool nothing_attached = true;
for(u32bit j = 0; j != total_ports(); ++j)
if(next[j])