Revert "fixes #1565: Allow session to flush commands on an engine error"

This reverts commit 54799c8c6f.

This change broke the tests/test_shutdown_stress testcase.
This commit is contained in:
Pieter Hintjens
2015-12-17 16:20:48 +01:00
parent 768fc7699e
commit 31c35498af
3 changed files with 0 additions and 12 deletions

View File

@@ -1467,13 +1467,6 @@ void zmq::socket_base_t::check_destroy ()
}
}
void zmq::socket_base_t::flush_commands ()
{
ENTER_MUTEX();
process_commands (0, false);
EXIT_MUTEX();
}
void zmq::socket_base_t::read_activated (pipe_t *pipe_)
{
xread_activated (pipe_);