* make_op.h, eoLogger.cpp: disabled not used variables. should I remove them ?

This commit is contained in:
Caner Candan 2012-06-14 15:30:41 +02:00
commit a183a1c6d1
2 changed files with 5 additions and 6 deletions

View file

@ -194,8 +194,7 @@ int eoLogger::outbuf::overflow(int_type c)
{
if (_fd >= 0 && c != EOF)
{
size_t num;
num = ::write(_fd, &c, 1);
::write(_fd, &c, 1);
}
}
return c;