There was an error while loading. Please reload this page.
1 parent 394274c commit 00816caCopy full SHA for 00816ca
1 file changed
csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/NugetPackageRestorer.cs
@@ -614,14 +614,6 @@ public void Dispose()
614
feedManager.Dispose();
615
}
616
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
-
625
/// <summary>
626
/// Computes a unique temporary directory path based on the source directory and the subfolder name.
627
/// </summary>
0 commit comments