- One more leftover from 54623. Remove actctx_init() from the activation context stack allocation.

svn path=/trunk/; revision=54627
This commit is contained in:
Aleksey Bragin 2011-12-09 16:47:50 +00:00
parent 9f956fd752
commit 8dd55da5d6

View file

@ -2801,10 +2801,6 @@ RtlAllocateActivationContextStack(IN PVOID *Context)
*Context = ContextStack;
/* FIXME: Documentation on MSDN reads that activation contexts are only created
for modules that have a valid manifest file or resource */
actctx_init();
return STATUS_SUCCESS;
}