Suppression of unused code

This commit is contained in:
Julien Sentier 2012-02-23 14:15:56 +01:00 committed by Robin Sommer
parent 2e069c9596
commit d65b2f12c6
3 changed files with 0 additions and 4 deletions

View file

@ -990,7 +990,6 @@ void TCP_Analyzer::DeliverPacket(int len, const u_char* data, bool is_orig,
Conn()->SetLastTime(t);
const IPAddr orig_addr = Conn()->OrigAddr();
const IPAddr resp_addr = Conn()->RespAddr();
uint32 tcp_hdr_len = data - (const u_char*) tp;