mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
AK: Remove unused network ordered 'address' variable
This commit is contained in:
parent
e74e8381d5
commit
0ebcc99e12
1 changed files with 0 additions and 1 deletions
|
@ -140,7 +140,6 @@ public:
|
|||
private:
|
||||
constexpr u32 octet(const SubnetClass subnet) const
|
||||
{
|
||||
NetworkOrdered<u32> address(m_data);
|
||||
constexpr auto bits_per_byte = 8;
|
||||
auto const bits_to_shift = bits_per_byte * int(subnet);
|
||||
return (m_data >> bits_to_shift) & 0x0000'00FF;
|
||||
|
|
Loading…
Add table
Reference in a new issue