diff --git a/ch7/hip/hip.go b/ch7/hip/hip.go index 7f0c9b1d..5170a963 100644 --- a/ch7/hip/hip.go +++ b/ch7/hip/hip.go @@ -408,7 +408,6 @@ func (ss *Sim) Init() { } func (ss *Sim) TestInit() { - ss.Loops.InitMode(etime.Test) tst := ss.Envs.ByMode(etime.Test).(*env.FixedTable) tst.Init(0) }