Remove dead code

This commit is contained in:
Alex Cazacu 2021-06-02 14:49:12 +02:00
parent 00dac9b87f
commit 16d1bf8392
No known key found for this signature in database
GPG Key ID: ACFF0A10AFC48850

View File

@ -101,10 +101,6 @@ _dns_gcloud_authenticate() {
_saveaccountconf_mutable CF_Account_ID "$CF_Account_ID" _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() { _dns_gcloud_start_tr() {
if ! trd=$(mktemp -d); then if ! trd=$(mktemp -d); then
_err "_dns_gcloud_start_tr: failed to create temporary directory" _err "_dns_gcloud_start_tr: failed to create temporary directory"