diff options
author | Andy Grover <andy.grover@oracle.com> | 2010-01-12 23:41:46 +0100 |
---|---|---|
committer | Andy Grover <andy.grover@oracle.com> | 2010-09-09 03:11:46 +0200 |
commit | 809fa148a29467954280fe8b7f97c92403f6293c (patch) | |
tree | cd04f946f9490a42606436bdf89c7cb5f0ccc733 /net/rds/tcp.c | |
parent | RDS: Whitespace (diff) | |
download | linux-809fa148a29467954280fe8b7f97c92403f6293c.tar.xz linux-809fa148a29467954280fe8b7f97c92403f6293c.zip |
RDS: inc_purge() transport function unused - remove it
Signed-off-by: Andy Grover <andy.grover@oracle.com>
Diffstat (limited to 'net/rds/tcp.c')
-rw-r--r-- | net/rds/tcp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rds/tcp.c b/net/rds/tcp.c index aebe10314fdb..831881640e56 100644 --- a/net/rds/tcp.c +++ b/net/rds/tcp.c @@ -266,7 +266,6 @@ struct rds_transport rds_tcp_transport = { .conn_connect = rds_tcp_conn_connect, .conn_shutdown = rds_tcp_conn_shutdown, .inc_copy_to_user = rds_tcp_inc_copy_to_user, - .inc_purge = rds_tcp_inc_purge, .inc_free = rds_tcp_inc_free, .stats_info_copy = rds_tcp_stats_info_copy, .exit = rds_tcp_exit, |