rawlinp commented on a change in pull request #3593: Add TO Go profile ATS
configs
URL: https://github.com/apache/trafficcontrol/pull/3593#discussion_r310306562
##########
File path: traffic_ops/traffic_ops_golang/ats/parentdotconfig.go
##########
@@ -495,30 +495,6 @@ func GetATSMajorVersion(tx *sql.Tx, serverProfileID
ProfileID) (int, error) {
return atsMajorVer, nil
}
-// GetProfileParamValue gets the value of a parameter assigned to a profile,
by name and config file.
-// Returns the parameter, whether it existed, and any error.
-func GetProfileParamValue(tx *sql.Tx, profileID ProfileID, configFile string,
name string) (string, bool, error) {
Review comment:
I think you removed this but forgot to bring it back in from your other PR?
```
ats/parentdotconfig.go:483:24: undefined: GetProfileParamValue
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services