From: ghost Date: Mon, 31 May 2010 22:29:09 +0000 (+0200) Subject: lib/base/ebase.cpp: remove unneeded code X-Git-Tag: 3.0.0~28^2~58^2~1 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/1c8a3aefeb8063526084bc7a24913d2c1f17d1e6?ds=sidebyside lib/base/ebase.cpp: remove unneeded code --- diff --git a/lib/base/ebase.cpp b/lib/base/ebase.cpp index caccb391..c84f28b8 100644 --- a/lib/base/ebase.cpp +++ b/lib/base/ebase.cpp @@ -243,14 +243,9 @@ int eMainloop::processOneEvent(unsigned int twisted_timeout, PyObject **res, ePy if (this == eApp) { - gOpcode op; - op.dc = 0; - op.opcode = gOpcode::flush; - gRC::getInstance()->submit(op); Py_BEGIN_ALLOW_THREADS ret = ::poll(pfd, fdcount, poll_timeout); Py_END_ALLOW_THREADS - } else ret = ::poll(pfd, fdcount, poll_timeout);