From 092ef6dbc4b7feed34fca061612bfc91d7ceb093 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Tue, 4 Feb 2020 10:39:21 +0000 Subject: ash: remove obsolete comment --- shell/ash.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'shell') diff --git a/shell/ash.c b/shell/ash.c index 0d59b4864..2a7941702 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -16082,10 +16082,7 @@ forkshell_prepare(struct forkshell *fs) size = sizeof(struct forkshell) + ds.funcblocksize + ds.funcstringsize; relocatesize = sizeof(struct forkshell) + ds.funcblocksize; - /* Allocate shared memory region. We allocate twice 'size' to allow - * for the relocation map. This is an overestimate as the relocation - * map only needs to cover the forkshell structure and funcblock but - * the size of funcstring isn't known separately at this point. */ + /* Allocate shared memory region */ memset(&sa, 0, sizeof(sa)); sa.nLength = sizeof(sa); sa.lpSecurityDescriptor = NULL; -- cgit v1.2.3-55-g6feb