Bug 1145

Summary: status of utils/bench-event-collector.cc
Product: ns-3 Reporter: Tom Henderson <tomh>
Component: generalAssignee: Gustavo J. A. M. Carneiro <gjcarneiro>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P5    
Version: pre-release   
Hardware: All   
OS: All   

Description Tom Henderson 2011-05-13 15:04:24 UTC
Gustavo,
The utils/ directory has bench-event-collector.cc which is disabled from the build.  It depends on event-collector.h which went away some time ago:

changeset:   1750:93f1b6ead15a
user:        Gustavo J. A. M. Carneiro  <gjc@inescporto.pt>
date:        Mon Sep 24 11:39:31 2007 +0100
summary:     Move EventCollector and SingleEvent classes, making them private to the OLSR code.

should bench-event-collector.cc be deleted, or include its own declarations, or be moved as a test in the OLSR module?
Comment 1 Gustavo J. A. M. Carneiro 2011-05-13 17:14:48 UTC
I guess it just bitrotted.  Since it already served its purpose, I guess we can simply remove it.