Author: hbelusca Date: Fri Jan 18 22:28:14 2013 New Revision: 58190
URL: http://svn.reactos.org/svn/reactos?rev=58190&view=rev Log: [BASESRV] Remove an unneeded comment.
Modified: branches/ros-csrss/subsystems/win/basesrv/init.c
Modified: branches/ros-csrss/subsystems/win/basesrv/init.c URL: http://svn.reactos.org/svn/reactos/branches/ros-csrss/subsystems/win/basesrv... ============================================================================== --- branches/ros-csrss/subsystems/win/basesrv/init.c [iso-8859-1] (original) +++ branches/ros-csrss/subsystems/win/basesrv/init.c [iso-8859-1] Fri Jan 18 22:28:14 2013 @@ -502,7 +502,6 @@ }
/* Finally, set the pointer */ - // CsrSrvSharedStaticServerData[CSR_CONSOLE] = BaseStaticServerData; LoadedServerDll->SharedSection = BaseStaticServerData; }