mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 20:05:54 +00:00
os: Drop ununsed Main::_id_id variable in ping
The variable is not used anywhere in the code. This produces warning when building with clang. Issue #3938
This commit is contained in:
parent
187b8ece27
commit
736b000c19
@ -70,7 +70,6 @@ class Main : public Nic_handler,
|
||||
Net::Nic _nic { _env, _heap, *this, _verbose };
|
||||
Ipv4_address const _dst_ip { _config.attribute_value("dst_ip", Ipv4_address()) };
|
||||
Mac_address _dst_mac { };
|
||||
uint16_t _ip_id { 1 };
|
||||
uint16_t _icmp_seq { 1 };
|
||||
unsigned long _count { _config.attribute_value("count", (unsigned long)DEFAULT_COUNT) };
|
||||
Constructible<Dhcp_client> _dhcp_client { };
|
||||
|
Loading…
x
Reference in New Issue
Block a user