Remove unused code

This commit is contained in:
Tom Henderson
2007-05-12 15:36:41 -07:00
parent dc01b2136e
commit bca528b89a
3 changed files with 2 additions and 128 deletions

View File

@@ -205,7 +205,8 @@ int main (int argc, char *argv[])
// Also configure some tcpdump traces; each interface will be traced
// The output files will be named simple-p2p.pcap-<nodeId>-<interfaceId>
// and can be read by the "tcpdump -r" command
// and can be read by the "tcpdump -r" command (use "-tt" option to
// display timestamps correctly)
PcapTrace pcaptrace ("simple-p2p.pcap");
pcaptrace.TraceAllIp ();