mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 10:46:25 +00:00
libc: remove unused member from Errno
This commit is contained in:
parent
d9121e50c3
commit
40e936911f
@ -21,9 +21,7 @@ namespace Libc { struct Errno; }
|
||||
|
||||
struct Libc::Errno
|
||||
{
|
||||
int const error;
|
||||
|
||||
explicit Errno(int error) : error(error) { errno = error; }
|
||||
explicit Errno(int error) { errno = error; }
|
||||
|
||||
operator int() const { return -1; }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user