diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2008-11-18 16:25:11 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2008-11-18 16:25:11 +0100 |
| commit | a8455f54b7c4eeb1ebf769e7194a089098ab4959 (patch) | |
| tree | 84987963976167290468a78456be2c716c58c307 /lib/base | |
| parent | 101e31a8ac8bc5dd6712f244356826dc082dc73d (diff) | |
| download | enigma2-a8455f54b7c4eeb1ebf769e7194a089098ab4959.tar.gz enigma2-a8455f54b7c4eeb1ebf769e7194a089098ab4959.zip | |
remove unneeded code
Diffstat (limited to 'lib/base')
| -rw-r--r-- | lib/base/ebase.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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<int, eSocketNotifier*>::iterator it(notifiers.find(fd)); if (m_inActivate && m_inActivate->ref.count == 1) { /* when the current active SocketNotifier's refcount is one, |
