mirror of https://github.com/PCSX2/pcsx2.git
DEV9: Codacy fix codacy errors and warnings
This commit is contained in:
parent
ddb9f0b95d
commit
b8ca60ebd5
|
@ -57,7 +57,6 @@ namespace InternalServers
|
|||
void DHCP_Server::Init(ifaddrs* adapter, IP_Address ipOverride, IP_Address subnetOverride, IP_Address gatewayOverride)
|
||||
#endif
|
||||
{
|
||||
ps2IP = {0};
|
||||
netmask = {0};
|
||||
gateway = {0};
|
||||
dns1 = {0};
|
||||
|
|
Loading…
Reference in New Issue