Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
diff options
context:
space:
mode:
authorLudovic Henry <luhenry@microsoft.com>2018-01-09 17:16:57 +0300
committerGitHub <noreply@github.com>2018-01-09 17:16:57 +0300
commitba40387f50ec96f35ff63b18212586c6e59215f8 (patch)
tree2e92022e619b372f07721b05669981b4125442b7 /mcs
parentfc2d278cc4f73f55c75a2f85a3433ff90617834e (diff)
[w32process] Ensure process_handle is a legal value (#6449)
* [w32process] Ensure process_handle is a legal value Fixes https://github.com/mono/mono/issues/6383 * [w32process] Remove dead code
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/System/System.Diagnostics/Process.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/System/System.Diagnostics/Process.cs b/mcs/class/System/System.Diagnostics/Process.cs
index 35b7f3fac65..6dfebd9a197 100644
--- a/mcs/class/System/System.Diagnostics/Process.cs
+++ b/mcs/class/System/System.Diagnostics/Process.cs
@@ -60,9 +60,7 @@ namespace System.Diagnostics
* the Start_internal icall in
* mono/metadata/process.c
*/
- public IntPtr thread_handle;
public int pid; // Contains -GetLastError () on failure.
- public int tid;
public string[] envVariables;
public string UserName;
public string Domain;