add note about deleting TelemetryConfig.MergeDefaults in the future
This commit is contained in:
parent
caba383427
commit
7c3013a60f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue