diff options
Diffstat (limited to 'gcc/ada/initialize.c')
-rw-r--r-- | gcc/ada/initialize.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/ada/initialize.c b/gcc/ada/initialize.c index 4040a7b..dd7ba06 100644 --- a/gcc/ada/initialize.c +++ b/gcc/ada/initialize.c @@ -76,12 +76,6 @@ __gnat_initialize (void *eh) given that we have set Max_Digits etc with this in mind */ __gnat_init_float (); -#ifndef RTX - /* Initialize a lock for a process handle list - see adaint.c for the - implementation of __gnat_portable_no_block_spawn, __gnat_portable_wait */ - __gnat_plist_init(); -#endif - /* Note that we do not activate this for the compiler itself to avoid a bootstrap path problem. Older version of gnatbind will generate a call to __gnat_initialize() without argument. Therefore we cannot use eh in |