remove dummy close() calls

SVN revision: 55924
This commit is contained in:
Mike Blumenkrantz 2011-01-06 04:00:39 +00:00
parent d434bb981e
commit 5c041c8421
1 changed files with 0 additions and 3 deletions

View File

@ -161,11 +161,8 @@ _ecore_fd_valid(void)
if (fcntl(epoll_fd, F_GETFD) < 0)
{
ERR("arghhh you caught me! report a backtrace to edevel!");
close(-111);
pause();
}
else
close(-999);
#endif
}