diff --git a/subsystems/win/basesrv/init.c b/subsystems/win/basesrv/init.c index 16b333138c7..9ec433b9d27 100644 --- a/subsystems/win/basesrv/init.c +++ b/subsystems/win/basesrv/init.c @@ -502,7 +502,6 @@ BaseInitializeStaticServerData(IN PCSR_SERVER_DLL LoadedServerDll) } /* Finally, set the pointer */ - // CsrSrvSharedStaticServerData[CSR_CONSOLE] = BaseStaticServerData; LoadedServerDll->SharedSection = BaseStaticServerData; }