From 162493bbef6556fed49bb52df508b8f1e0847133 Mon Sep 17 00:00:00 2001 From: swordfeng Date: Fri, 5 Jun 2015 20:23:08 +0800 Subject: [PATCH] remove comment --- net.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/net.c b/net.c index 9f1a951..d22254f 100644 --- a/net.c +++ b/net.c @@ -76,11 +76,6 @@ struct SCTPHeader { uint16 dstport; uint32 veri_tag; uint32 checksum; - /* - uint8 chunk_type; - uint8 chunk_flag; - uint16 chunk_length; - * */ }; /* Structure of an IPv4 UDP pseudoheader. */ -- 2.47.2