Browse Source

Remove dead code

pull/3532/head
Alex Cazacu 3 years ago
parent
commit
16d1bf8392
No known key found for this signature in database GPG Key ID: ACFF0A10AFC48850
  1. 4
      dnsapi/dns_gcloud.sh

4
dnsapi/dns_gcloud.sh

@ -101,10 +101,6 @@ _dns_gcloud_authenticate() {
_saveaccountconf_mutable CF_Account_ID "$CF_Account_ID"
}
_dns_gcloud_authenticate() {
account=$(gcloud auth list --filter "status:ACTIVE" --format "value(account)")
}
_dns_gcloud_start_tr() {
if ! trd=$(mktemp -d); then
_err "_dns_gcloud_start_tr: failed to create temporary directory"

Loading…
Cancel
Save