diff -r ef7aa9ea3837 -r 082e0ad22355 servlib/bundling/BundleDaemon.cc --- a/servlib/bundling/BundleDaemon.cc Thu Jun 30 14:29:54 2011 +0100 +++ b/servlib/bundling/BundleDaemon.cc Thu Jun 30 15:16:43 2011 +0100 @@ -545,9 +545,6 @@ current_bundle, local_eid_); - BPQBlock foo(response); - ASSERT ( foo.kind() == BPQBlock::KIND_RESPONSE ); - BundleReceivedEvent e(response, EVENTSRC_CACHE); handle_event(&e); @@ -966,7 +963,6 @@ // If the even source is PEER, APP or STORE, // try to handle a BPQ block if ( event->source_ == EVENTSRC_PEER || - event->source_ == EVENTSRC_APP || event->source_ == EVENTSRC_STORE ) { handle_bpq_block(bundle, event); }