зеркало из https://github.com/microsoft/BuildXL.git
Merged PR 802784: Remove unused code
Cleaning up some old pinvoke code
This commit is contained in:
Родитель
3d83b30126
Коммит
063ac63283
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче