diff options
author | tianzhishuizhu <tianzhishuizhu5@gamil.com> | 2016-09-08 19:49:13 +0800 |
---|---|---|
committer | tianzhishuizhu <tianzhishuizhu5@gamil.com> | 2016-09-08 19:49:13 +0800 |
commit | f7ca670ce02562abc960d5ab4aa3772de96be36d (patch) | |
tree | e89ef2b61a29411b6f2589eb57a3a1c9694ba7b4 | |
parent | ce3493952b5c91e38cf70368d466fd006055def9 (diff) |
delete variables unused
-rw-r--r-- | src/lib/protocols/mpegts.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/protocols/mpegts.c b/src/lib/protocols/mpegts.c index 4453c6839..4970147e1 100644 --- a/src/lib/protocols/mpegts.c +++ b/src/lib/protocols/mpegts.c @@ -27,7 +27,6 @@ void ndpi_search_mpegts(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) { struct ndpi_packet_struct *packet = &flow->packet; - u_int16_t dport = 0, sport = 0; NDPI_LOG(NDPI_PROTOCOL_MPEGTS, ndpi_struct, NDPI_LOG_DEBUG, "search for MPEGTS.\n"); |