Remove unused API time dependency injection.

This commit is contained in:
Julius Volz 2015-03-20 23:10:26 +01:00
parent 942686427d
commit c78436d707
1 changed files with 0 additions and 2 deletions

View File

@ -21,13 +21,11 @@ import (
"github.com/prometheus/prometheus/config" "github.com/prometheus/prometheus/config"
"github.com/prometheus/prometheus/retrieval" "github.com/prometheus/prometheus/retrieval"
"github.com/prometheus/prometheus/storage/local" "github.com/prometheus/prometheus/storage/local"
"github.com/prometheus/prometheus/utility"
"github.com/prometheus/prometheus/web/httputils" "github.com/prometheus/prometheus/web/httputils"
) )
// MetricsService manages the /api HTTP endpoint. // MetricsService manages the /api HTTP endpoint.
type MetricsService struct { type MetricsService struct {
time utility.Time
Config *config.Config Config *config.Config
TargetManager retrieval.TargetManager TargetManager retrieval.TargetManager
Storage local.Storage Storage local.Storage