From a8455f54b7c4eeb1ebf769e7194a089098ab4959 Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 18 Nov 2008 16:25:11 +0100 Subject: [PATCH] remove unneeded code --- lib/base/ebase.cpp | 1 - 1 file changed, 1 deletion(-) 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, -- 2.30.2