Remove superfluous Options.Checksum type conversions (#522)

This commit is contained in:
Travis Groth 2020-03-06 17:59:26 -05:00 committed by GitHub
parent 27909f22ce
commit e666306ef8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 17 additions and 22 deletions

View file

@ -55,7 +55,7 @@ var (
// SetConfigInfo records the status, checksum and timestamp of a configuration
// reload. You must register InfoViews or the related config views before calling
func SetConfigInfo(service string, success bool, checksum string) {
func SetConfigInfo(service string, success bool) {
if success {
serviceTag := tag.Insert(TagKeyService, service)