From: ghost Date: Tue, 18 Nov 2008 15:25:11 +0000 (+0100) Subject: remove unneeded code X-Git-Tag: 2.6.0~588 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/a8455f54b7c4eeb1ebf769e7194a089098ab4959 remove unneeded code --- diff --git a/lib/base/ebase.cpp b/lib/base/ebase.cpp index f42b72b8..313732ab 100644 --- a/lib/base/ebase.cpp +++ b/lib/base/ebase.cpp @@ -126,7 +126,6 @@ eMainloop::~eMainloop() void eMainloop::addSocketNotifier(eSocketNotifier *sn) { int fd = sn->getFD(); - std::map::iterator it(notifiers.find(fd)); if (m_inActivate && m_inActivate->ref.count == 1) { /* when the current active SocketNotifier's refcount is one,