remove unneeded code
[enigma2.git] / lib / base / ebase.cpp
index f42b72b8b7ef4da7055ec1e7b8f20a3536c2d13a..313732abd221fc27c30292b602ff1591b5ae5230 100644 (file)
@@ -126,7 +126,6 @@ eMainloop::~eMainloop()
 void eMainloop::addSocketNotifier(eSocketNotifier *sn)
 {
        int fd = sn->getFD();
-       std::map<int, eSocketNotifier*>::iterator it(notifiers.find(fd));
        if (m_inActivate && m_inActivate->ref.count == 1)
        {
                /*  when the current active SocketNotifier's refcount is one,