Remove unused fragment_title variable
This variable was added in commit 020b772
but it doesn't
appear that it was ever used.
Change-Id: Ica96e07b58472a12ac3a06893a4fa89c1799b081
This commit is contained in:
@@ -63,7 +63,6 @@ class swift::proxy::authtoken(
|
|||||||
} else {
|
} else {
|
||||||
$auth_uri_real = "${auth_protocol}://${auth_host}:5000"
|
$auth_uri_real = "${auth_protocol}://${auth_host}:5000"
|
||||||
}
|
}
|
||||||
$fragment_title = regsubst($name, '/', '_', 'G')
|
|
||||||
|
|
||||||
# if both auth_uri and identity_uri are set we skip these deprecated warnings
|
# if both auth_uri and identity_uri are set we skip these deprecated warnings
|
||||||
if !$auth_uri or !$identity_uri {
|
if !$auth_uri or !$identity_uri {
|
||||||
|
Reference in New Issue
Block a user