deleted: CSV-configuration file references

This commit is contained in:
Edmond Gebara 2026-07-07 18:32:24 +02:00
parent 99c1510a34
commit 582e36b05c
4 changed files with 4 additions and 14 deletions

View file

@ -170,11 +170,6 @@ function getRoleType
function buildPrefixMatcher
{
param(
[Parameter(Mandatory = $true, Position = 0)]
[string]$CsvPath
)
$byLength = [System.Collections.Generic.Dictionary[int, System.Collections.Generic.HashSet[string]]]::new()
foreach ($row in $SPK.ProfilPrefixes)