add note about deleting TelemetryConfig.MergeDefaults in the future

pull/9198/head
Kit Patella 2020-11-16 15:53:52 -08:00
parent eda553ef1d
commit bd0c7c2cd6
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 // MergeDefaults copies any non-zero field from defaults into the current
// config. // config.
// TODO(kit): We no longer use this function and can probably delete it
func (c *TelemetryConfig) MergeDefaults(defaults *TelemetryConfig) { func (c *TelemetryConfig) MergeDefaults(defaults *TelemetryConfig) {
if defaults == nil { if defaults == nil {
return return