From caa8aaea9218d622ec3f059dc80bec0b951b44fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=93=E3=81=AE=E4=B8=AD=E4=BA=8C=E7=97=85=E3=81=AB?= =?UTF-8?q?=E7=88=86=E7=84=94=E3=82=92=EF=BC=81?= Date: Wed, 27 Jan 2021 10:21:16 +0800 Subject: [PATCH] removes code comments --- Parallel/IpcParallel/SlaveTask.vb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Parallel/IpcParallel/SlaveTask.vb b/Parallel/IpcParallel/SlaveTask.vb index 08166b7..15e5884 100644 --- a/Parallel/IpcParallel/SlaveTask.vb +++ b/Parallel/IpcParallel/SlaveTask.vb @@ -70,7 +70,6 @@ Public Class SlaveTask Call Console.WriteLine($"[{host.GetHashCode.ToHexString}] port:{host.HostPort}") Call Thread.Sleep(100) - ' Dim resultStream As MemoryStream Dim commandlineArgvs As String = builder(processor, host.HostPort) 'If Not debugPort Is Nothing Then @@ -85,13 +84,8 @@ Public Class SlaveTask #End If Call host.Stop() - ' Call Console.WriteLine(If(result Is Nothing, "null", result.ToString)) Call Console.WriteLine($"[{host.GetHashCode.ToHexString}] thread exit...") - ' result = decomposingStdoutput(resultStream, resultType, host.GetHashCode) - ' resultStream.Close() - ' resultStream.Dispose() - If TypeOf result Is IPCError Then If ignoreError Then With DirectCast(result, IPCError)