comment unused struct fields

This commit is contained in:
Mario Trangoni
2018-04-18 22:23:49 +02:00
parent 89acafd567
commit 33ae8d35ea
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ import (
)
type Engine struct {
execQueue chan *Job
clock clock.Clock
execQueue chan *Job
//clock clock.Clock
ticker *Ticker
scheduler Scheduler
evalHandler EvalHandler