K 10 svn:author V 3 jtl K 8 svn:date V 27 2018-10-16T14:41:09.868212Z K 7 svn:log V 359 In r338102, the TCP reassembly code was substantially restructured. Prior to this change, the code sometimes used a temporary stack variable to hold details of a TCP segment. r338102 stopped using the variable to hold segments, but did not actually remove the variable. Because the variable is no longer used, we can safely remove it. Approved by: re (gjb) END