aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/proto.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@ghostprotocols.net>2007-08-19 17:19:21 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 16:48:17 -0700
commit8fb8354af9b92ce3bd41083995f1fe26024d0959 (patch)
tree62d1920b5ed158e28d96691637d82a2a4fd58dc5 /net/dccp/proto.c
parent[DCCP] options: convert dccp_insert_option_timestamp to ktime_t (diff)
downloadlinux-dev-8fb8354af9b92ce3bd41083995f1fe26024d0959.tar.xz
linux-dev-8fb8354af9b92ce3bd41083995f1fe26024d0959.zip
[DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymore
Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/dccp/proto.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/dccp/proto.c b/net/dccp/proto.c
index 04b59ec4f512..8d545da35262 100644
--- a/net/dccp/proto.c
+++ b/net/dccp/proto.c
@@ -172,7 +172,6 @@ int dccp_init_sock(struct sock *sk, const __u8 ctl_sock_initialized)
struct inet_connection_sock *icsk = inet_csk(sk);
dccp_minisock_init(&dp->dccps_minisock);
- do_gettimeofday(&dp->dccps_epoch);
/*
* FIXME: We're hardcoding the CCID, and doing this at this point makes