lib/base/ebase.cpp: remove unneeded code
authorghost <andreas.monzner@multimedia-labs.de>
Mon, 31 May 2010 22:29:09 +0000 (00:29 +0200)
committerghost <andreas.monzner@multimedia-labs.de>
Tue, 1 Jun 2010 07:47:44 +0000 (09:47 +0200)
lib/base/ebase.cpp

index caccb3918b31ccb1b8905aa4f2ff46323856a25f..c84f28b8e0ea2b7f8021c32ea63cef85b11fe7ff 100644 (file)
@@ -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);