Remove unused variable. Newer versions of gcc care.
Submitted by: Sascha Wildner <saw@online.de> Approved by: cperciva MFC after: 3 days
This commit is contained in:
parent
078d07726f
commit
398de06dcb
@ -1104,10 +1104,8 @@ ipx_phost(struct sockaddr *sa)
|
||||
struct sockaddr_ipx work;
|
||||
static union ipx_net ipx_zeronet;
|
||||
char *p;
|
||||
struct ipx_addr in;
|
||||
|
||||
work = *sipx;
|
||||
in = work.sipx_addr;
|
||||
|
||||
work.sipx_addr.x_port = 0;
|
||||
work.sipx_addr.x_net = ipx_zeronet;
|
||||
|
Loading…
x
Reference in New Issue
Block a user