Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9d56235 authored by Eric Engestrom's avatar Eric Engestrom Committed by David S. Miller
Browse files

net/ipv4: remove left over dead code



8cc785f6 ("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: default avatarEric Engestrom <eric.engestrom@imgtec.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6353e187
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -1142,13 +1142,6 @@ static int ping_v4_seq_show(struct seq_file *seq, void *v)
	return 0;
}

static const struct seq_operations ping_v4_seq_ops = {
	.show		= ping_v4_seq_show,
	.start		= ping_v4_seq_start,
	.next		= ping_seq_next,
	.stop		= ping_seq_stop,
};

static int ping_seq_open(struct inode *inode, struct file *file)
{
	struct ping_seq_afinfo *afinfo = PDE_DATA(inode);