Remove unused func, var, and const (#928)

Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
This commit is contained in:
Mario Trangoni 2018-04-29 14:35:43 +02:00 committed by Johannes 'fish' Ziemke
commit 24a28fcc9e
3 changed files with 0 additions and 11 deletions

View file

@ -42,10 +42,6 @@ var (
)
)
func warnDeprecated(collector string) {
log.Warnf("The %s collector is deprecated and will be removed in the future!", collector)
}
const (
defaultEnabled = true
defaultDisabled = false