tech(alerting): remove unused code

This commit is contained in:
bergquist
2016-10-21 09:05:54 +02:00
parent 206a6b0a47
commit ded5a0a9d5
3 changed files with 10 additions and 32 deletions
-2
View File
@@ -26,7 +26,6 @@ type EvalContext struct {
ImagePublicUrl string
ImageOnDiskPath string
NoDataFound bool
RetryCount int
Ctx context.Context
}
@@ -107,6 +106,5 @@ func NewEvalContext(alertCtx context.Context, rule *Rule) *EvalContext {
Logs: make([]*ResultLogEntry, 0),
EvalMatches: make([]*EvalMatch, 0),
log: log.New("alerting.evalContext"),
RetryCount: 0,
}
}