* make_op.h, eoLogger.cpp: disabled not used variables. should I remove them ?
This commit is contained in:
parent
461edcf3cf
commit
a183a1c6d1
2 changed files with 5 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Reference in a new issue