Merged PR 802784: Remove unused code

Cleaning up some old pinvoke code
This commit is contained in:
Pasindu Gunasekara 🍣 2024-08-30 16:58:45 +00:00
Родитель 3d83b30126
Коммит 063ac63283
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -173,12 +173,6 @@ namespace Test.BuildXL.Processes
}
}
/// <summary>
/// Sends a signal to a processes identified by pid
/// </summary>
[DllImport("libc", SetLastError = true, EntryPoint = "kill")]
private static extern unsafe int SendSignal(int pid, int signal);
/// <summary>
/// Exception for test failure that allows test to be retried
/// </summary>