Skip to content

Commit

Permalink
Removing deadcode
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Pearce committed Apr 19, 2020
1 parent eba142a commit e744456
Showing 1 changed file with 0 additions and 15 deletions.
Expand Up @@ -256,21 +256,6 @@ func flattenAzureRmDataFactoryIntegrationRuntimeSelfHostedTypePropertiesRbacAuth
return []interface{}{result}
}

func resourceArmDataFactoryIntegrationRuntimeSelfHostedLinkHash(v interface{}) int {
var buf bytes.Buffer

if m, ok := v.(map[string]interface{}); ok {
if v, ok := m["data_factory_name"]; ok {
buf.WriteString(fmt.Sprintf("%s-", v.(string)))
}
if v, ok := m["data_factory_location"]; ok {
buf.WriteString(fmt.Sprintf("%s-", v.(string)))
}
}

return hashcode.String(buf.String())
}

func resourceArmDataFactoryIntegrationRuntimeSelfHostedRbacAuthorizationHash(v interface{}) int {
var buf bytes.Buffer

Expand Down

0 comments on commit e744456

Please sign in to comment.