From cf00d6cb55bc7ef483fc9e5741052e1cdd996727 Mon Sep 17 00:00:00 2001 From: Robin Sue Date: Sun, 22 Jan 2023 00:17:34 +0100 Subject: [PATCH] Delete duplicate define The exact same thing exists 2 lines above that --- .../OutOfProcessRequestHandler/serverprocess.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Servers/IIS/AspNetCoreModuleV2/OutOfProcessRequestHandler/serverprocess.h b/src/Servers/IIS/AspNetCoreModuleV2/OutOfProcessRequestHandler/serverprocess.h index bfe3225dbd6f..0645f4512651 100644 --- a/src/Servers/IIS/AspNetCoreModuleV2/OutOfProcessRequestHandler/serverprocess.h +++ b/src/Servers/IIS/AspNetCoreModuleV2/OutOfProcessRequestHandler/serverprocess.h @@ -16,7 +16,6 @@ #define ASPNETCORE_PORT_ENV_STR L"ASPNETCORE_PORT=" #define ASPNETCORE_APP_PATH_ENV_STR L"ASPNETCORE_APPL_PATH=" #define ASPNETCORE_APP_TOKEN_ENV_STR L"ASPNETCORE_TOKEN=" -#define ASPNETCORE_APP_PATH_ENV_STR L"ASPNETCORE_APPL_PATH=" class PROCESS_MANAGER;