mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
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:
parent
052f678225
commit
b4d294f62e
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user