os: Drop unused Net::Arp_cache::_init member.

Not used anywhere in the code. Clang 11 complains about this.

Issue #3984
This commit is contained in:
Piotr Tworek 2020-11-16 00:42:10 +01:00 committed by Norman Feske
parent 052f678225
commit b4d294f62e

View File

@ -79,7 +79,6 @@ class Net::Arp_cache : public Genode::Avl_tree<Arp_cache_entry>
Domain const &_domain;
Arp_cache_entry_slot _entries[NR_OF_ENTRIES];
bool _init = true;
unsigned _curr = 0;
public: