[IPV4]: Remove unused ip_options->is_data.
authorDenis V. Lunev <den@openvz.org>
Sat, 22 Mar 2008 23:35:29 +0000 (16:35 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 22 Mar 2008 23:35:29 +0000 (16:35 -0700)
ip_options->is_data is assigned only and never checked. The structure is
not a part of kernel interface to the userspace. So, it is safe to remove
this field.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found