Skip to content

Commit cf5d3ee

Browse files
committed
remove not used function
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent ddc4a45 commit cf5d3ee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

auditor/auditor.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,6 @@ func (auditor *AzureAuditor) initCron() {
375375
))
376376
}
377377

378-
func (auditor *AzureAuditor) decorateAzureClient(client *autorest.Client, authorizer autorest.Authorizer) {
379-
// auditor.azure.client.DecorateAzureAutorestWithAuthorizer(client, authorizer)
380-
}
381-
382378
func (auditor *AzureAuditor) GetReport() map[string]*AzureAuditorReport {
383379
return auditor.report
384380
}

0 commit comments

Comments
 (0)