From 8dd55da5d697168d13ff10f4f30e32eb290833a8 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Fri, 9 Dec 2011 16:47:50 +0000 Subject: [PATCH] [ACTCTX] - One more leftover from 54623. Remove actctx_init() from the activation context stack allocation. svn path=/trunk/; revision=54627 --- reactos/lib/rtl/actctx.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/reactos/lib/rtl/actctx.c b/reactos/lib/rtl/actctx.c index 297f035e2eb..f5a19ceb606 100644 --- a/reactos/lib/rtl/actctx.c +++ b/reactos/lib/rtl/actctx.c @@ -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; }