mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-23 08:40:29 +01:00
(unw_create_addr_space): Drop call to ia64_script_cache_init(). It's
not needed because we default to "no caching" and if the application turns on caching via unw_set_caching_policy(), the cache will get initialized at that time. (Logical change 1.124)
This commit is contained in:
parent
6ed5d0264f
commit
e433ec3820
1 changed files with 0 additions and 4 deletions
|
@ -40,10 +40,6 @@ unw_create_addr_space (unw_accessors_t *a, int byte_order)
|
|||
|
||||
memset (as, 0, sizeof (*as));
|
||||
|
||||
/* Initialize the cache while we're certain that nobody is using
|
||||
this address space yet. */
|
||||
ia64_script_cache_init (&as->global_cache);
|
||||
|
||||
as->acc = *a;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue