Removed extra method

This commit is contained in:
2025-03-02 08:39:32 -07:00
parent 3ea4926f5e
commit ef4672aaf0
4 changed files with 7 additions and 17 deletions
Rename
Shared/Models/Stateless
global.json

@ -290,12 +290,6 @@ internal abstract class XPath
return new(result, converted);
}
internal static (string, int) GetDirectoryNameAndIndex(ResultSettings resultSettings, FileHolder fileHolder)
{
(string result, int converted) = GetDirectoryNameAndIndex(resultSettings.ResultAllInOneSubdirectoryLength, fileHolder.NameWithoutExtension);
return new(result, converted);
}
internal static (string, int) GetDirectoryNameAndIndex(ResultSettings resultSettings, FilePath filePath)
{
string result;