mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
libc: remove unused member from Errno
This commit is contained in:
committed by
Norman Feske
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; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user