Skip to content
Prev Previous commit
Next Next commit
CNetIf: remove unused static variable
  • Loading branch information
pennam committed Feb 21, 2025
commit bb800ba347abad19651b62565bcc56eeff220158
1 change: 0 additions & 1 deletion libraries/lwIpWrapper/src/CNetIf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ CNetIf* CLwipIf::get(NetIfType_t type,
IPAddress _nm)
{
/* -------------------------------------------------------------------------- */
static int id = 0;
CNetIf* rv = nullptr;
bool isStation = true;
bool isEth = false;
Expand Down