fix(prometheus): remove timerange from context

This commit is contained in:
bergquist
2016-09-21 13:55:42 +02:00
parent ae7345b04d
commit b856d7e193
2 changed files with 4 additions and 6 deletions
-2
View File
@@ -8,7 +8,6 @@ import (
"github.com/grafana/grafana/pkg/log"
m "github.com/grafana/grafana/pkg/models"
"github.com/grafana/grafana/pkg/setting"
"github.com/grafana/grafana/pkg/tsdb"
)
type EvalContext struct {
@@ -29,7 +28,6 @@ type EvalContext struct {
ImageOnDiskPath string
NoDataFound bool
RetryCount int
TimeRange tsdb.TimeRange
}
type StateDescription struct {