mirror of
https://github.com/boostorg/system.git
synced 2025-07-30 04:27:14 +02:00
Remove unread assignment
This commit is contained in:
@ -151,7 +151,6 @@ namespace
|
|||||||
# endif
|
# endif
|
||||||
|
|
||||||
if ( sz > sizeof(buf) ) std::free( bp );
|
if ( sz > sizeof(buf) ) std::free( bp );
|
||||||
sz = 0;
|
|
||||||
return msg;
|
return msg;
|
||||||
# endif // else POSIX version of strerror_r
|
# endif // else POSIX version of strerror_r
|
||||||
# endif // else use strerror_r
|
# endif // else use strerror_r
|
||||||
|
Reference in New Issue
Block a user