Bug 1145 - status of utils/bench-event-collector.cc
status of utils/bench-event-collector.cc
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: general
pre-release
All All
: P5 normal
Assigned To: Gustavo J. A. M. Carneiro
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-05-13 15:04 UTC by Tom Henderson
Modified: 2011-08-09 16:21 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.