econet: Fix set-but-unused variable.
authorDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2011 07:15:22 +0000 (00:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2011 07:15:22 +0000 (00:15 -0700)
commitb3b8dc51c16cdaca0d191a340022093fb5c9f003
treea77d594c96aa66b51403a5241ba822ff61f2de49
parent9bf9055eb716f85372c41b3fbc51f90bc7653740
econet: Fix set-but-unused variable.

#if 0'd out code for IP handling in aun_data_available() has
been commented out since the beginning, which makes the variable
"ip" set but not used.

Kill it off as well as the stub code.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/econet/af_econet.c