Skip to content

Commit 00816ca

Browse files
committed
C#: Remove some dead code.
1 parent 394274c commit 00816ca

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/NugetPackageRestorer.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -614,14 +614,6 @@ public void Dispose()
614614
feedManager.Dispose();
615615
}
616616

617-
/// <summary>
618-
/// Returns the full path to a temporary directory with the given subfolder name.
619-
/// </summary>
620-
private static string ComputeTempDirectoryPath(string subfolderName)
621-
{
622-
return Path.Join(FileUtils.GetTemporaryWorkingDirectory(out _), subfolderName);
623-
}
624-
625617
/// <summary>
626618
/// Computes a unique temporary directory path based on the source directory and the subfolder name.
627619
/// </summary>

0 commit comments

Comments
 (0)