mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01: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:
committed by
Norman Feske
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:
|
||||
|
||||
Reference in New Issue
Block a user