remove unneeded code
authorghost <andreas.monzner@multimedia-labs.de>
Tue, 18 Nov 2008 15:25:11 +0000 (16:25 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Tue, 18 Nov 2008 15:25:11 +0000 (16:25 +0100)
lib/base/ebase.cpp

index f42b72b..313732a 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,