Skip to content

Commit fa56b71

Browse files
author
Jayant Krishnamurthy
committed
fix
1 parent 727bf17 commit fa56b71

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pc/manager.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -748,13 +748,6 @@ void manager::on_response( rpc::get_slot *res )
748748
clnt_.send( breq_ );
749749
}
750750

751-
if (has_status( PC_PYTH_RPC_CONNECTED )) {
752-
// Flush any partial batches of updates, as we've reached the end of the list of products.
753-
for( user *uptr = olist_.first(); uptr; uptr = uptr->get_next() ) {
754-
uptr->send_pending_upds(uptr->num_pending_upds());
755-
}
756-
}
757-
758751
// reset submit
759752
if ( !is_pub_ ) {
760753
kidx_ = 0;

0 commit comments

Comments
 (0)