diff options
Diffstat (limited to 'net/dccp/options.c')
-rw-r--r-- | net/dccp/options.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/dccp/options.c b/net/dccp/options.c index 3e2726c7182d..1b08cae9c65b 100644 --- a/net/dccp/options.c +++ b/net/dccp/options.c | |||
@@ -498,10 +498,6 @@ int dccp_insert_fn_opt(struct sk_buff *skb, u8 type, u8 feat, | |||
498 | *to++ = *val; | 498 | *to++ = *val; |
499 | if (len) | 499 | if (len) |
500 | memcpy(to, val, len); | 500 | memcpy(to, val, len); |
501 | |||
502 | dccp_pr_debug("%s(%s (%d), ...), length %d\n", | ||
503 | dccp_feat_typename(type), | ||
504 | dccp_feat_name(feat), feat, len); | ||
505 | return 0; | 501 | return 0; |
506 | } | 502 | } |
507 | 503 | ||