[BASESRV]

Remove an unneeded comment.

svn path=/branches/ros-csrss/; revision=58190
This commit is contained in:
Hermès Bélusca-Maïto 2013-01-18 22:28:14 +00:00
parent 44782833a8
commit 10422cd7e2

View file

@ -502,7 +502,6 @@ BaseInitializeStaticServerData(IN PCSR_SERVER_DLL LoadedServerDll)
} }
/* Finally, set the pointer */ /* Finally, set the pointer */
// CsrSrvSharedStaticServerData[CSR_CONSOLE] = BaseStaticServerData;
LoadedServerDll->SharedSection = BaseStaticServerData; LoadedServerDll->SharedSection = BaseStaticServerData;
} }