base-linux: Drop ununsed Message::_addr

Not used anywhere in the current codebase. GCC does not care but clang
warns about this.

Issue #3938
This commit is contained in:
Piotr Tworek 2020-11-04 00:54:18 +01:00 committed by Christian Helmuth
parent a892018926
commit db71cb8c63

View File

@ -114,7 +114,6 @@ namespace {
typedef Genode::size_t size_t;
msghdr _msg { };
sockaddr_un _addr { };
iovec _iovec { };
char _cmsg_buf[CMSG_SPACE(MAX_SDS_PER_MSG*sizeof(int))];