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)
#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>

No differences found