Revert unwanted changes.

svn path=/branches/ros-csrss/; revision=58210
This commit is contained in:
Hermès Bélusca-Maïto 2013-01-23 23:21:39 +00:00
parent 85da7a06cd
commit 670f805765

View file

@ -448,15 +448,6 @@ CSR_SERVER_DLL_INIT(ConServerDllInitialization)
/* Initialize memory */
ConSrvHeap = RtlGetProcessHeap(); // Initialize our own heap.
/*
ConSrvHeap = RtlCreateHeap( HEAP_GROWABLE | HEAP_CLASS_5, // Flags
NULL, // HeapBase
64 * 1024, // ReserveSize
4096, // CommitSize
NULL, // Lock to use for serialization
NULL // GrowthThreshold
);
*/
// BaseSrvSharedHeap = LoadedServerDll->SharedSection; // Get the CSR shared heap.
// LoadedServerDll->SharedSection = BaseStaticServerData;