| Index: net/quic/test_tools/simulator/actor.h
|
| diff --git a/net/quic/test_tools/simulator/actor.h b/net/quic/test_tools/simulator/actor.h
|
| index f74b712bb239eb96976ef0e1a9ee8f016ed75146..e3e61e97021dd576e9b1ccbf972e5f810730d694 100644
|
| --- a/net/quic/test_tools/simulator/actor.h
|
| +++ b/net/quic/test_tools/simulator/actor.h
|
| @@ -14,7 +14,6 @@ namespace net {
|
| namespace simulator {
|
|
|
| class Simulator;
|
| -struct ScheduledActor;
|
|
|
| // Actor is the base class for all participants of the simulation which can
|
| // schedule events to be triggered at the specified time. Every actor has a
|
|
|