From e433ec3820bc6dfc2f7e04f249fcb9d55c5d33db Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Mon, 24 Nov 2003 23:53:25 +0000 Subject: [PATCH] (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) --- src/ia64/Gcreate_addr_space-ia64.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ia64/Gcreate_addr_space-ia64.c b/src/ia64/Gcreate_addr_space-ia64.c index caad7d38..24f86c7b 100644 --- a/src/ia64/Gcreate_addr_space-ia64.c +++ b/src/ia64/Gcreate_addr_space-ia64.c @@ -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; /*