Re: [PATCH] net/ipv4: remove left over dead code

2016-03-02 Thread David Miller
From: Eric Engestrom Date: Mon, 29 Feb 2016 16:38:06 + > 8cc785f6f429c2a3fb81745dc142cbd72a462c4a ("net: ipv4: make the ping > /proc code AF-independent") removed the code using it, but renamed this > variable instead of removing it. > > Signed-off-by: Eric Engestrom Applied.

[PATCH] net/ipv4: remove left over dead code

2016-02-29 Thread Eric Engestrom
8cc785f6f429c2a3fb81745dc142cbd72a462c4a ("net: ipv4: make the ping /proc code AF-independent") removed the code using it, but renamed this variable instead of removing it. Signed-off-by: Eric Engestrom --- net/ipv4/ping.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/net/ipv4/ping.c