1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-29 12:41:44 +02: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:
hp.com!davidm 2003-11-24 23:53:25 +00:00
parent 6ed5d0264f
commit e433ec3820

View file

@ -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;
/*