add note about deleting TelemetryConfig.MergeDefaults in the future

This commit is contained in:
Kit Patella 2020-11-16 15:53:52 -08:00
parent caba383427
commit 7c3013a60f
1 changed files with 1 additions and 0 deletions

View File

@ -202,6 +202,7 @@ type TelemetryConfig struct {
// MergeDefaults copies any non-zero field from defaults into the current
// config.
// TODO(kit): We no longer use this function and can probably delete it
func (c *TelemetryConfig) MergeDefaults(defaults *TelemetryConfig) {
if defaults == nil {
return