Skip to content

Commit 704c983

Browse files
authored
remove unused SystemProcessHandler parameter (#5918)
1 parent ea6bb35 commit 704c983

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Platform/Microsoft.Testing.Platform/Builder/TestApplication.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public static async Task<ITestApplicationBuilder> CreateBuilderAsync(string[] ar
9393
{
9494
ILogger logger = loggingState.FileLoggerProvider.CreateLogger(typeof(TestApplication).ToString());
9595
s_unhandledExceptionHandler.SetLogger(logger);
96-
await LogInformationAsync(logger, testApplicationModuleInfo, testHostControllerInfo, systemProcess, systemEnvironment, createBuilderEntryTime, loggingState.IsSynchronousWrite, loggingState.LogLevel, args).ConfigureAwait(false);
96+
await LogInformationAsync(logger, testApplicationModuleInfo, testHostControllerInfo, systemEnvironment, createBuilderEntryTime, loggingState.IsSynchronousWrite, loggingState.LogLevel, args).ConfigureAwait(false);
9797
}
9898

9999
// All checks are fine, create the TestApplication.
@@ -104,7 +104,6 @@ private static async Task LogInformationAsync(
104104
ILogger logger,
105105
CurrentTestApplicationModuleInfo testApplicationModuleInfo,
106106
TestHostControllerInfo testHostControllerInfo,
107-
SystemProcessHandler processHandler,
108107
SystemEnvironment environment,
109108
string createBuilderEntryTime,
110109
bool syncWrite,

0 commit comments

Comments
 (0)