From 10422cd7e254cd110ee2136aab3da0fac1b5232c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Fri, 18 Jan 2013 22:28:14 +0000 Subject: [PATCH] [BASESRV] Remove an unneeded comment. svn path=/branches/ros-csrss/; revision=58190 --- subsystems/win/basesrv/init.c | 1 - 1 file changed, 1 deletion(-) 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; }