From 73f289b23ed0db47b7acb4ca75094cee4f22927f Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 10 Jul 2008 22:23:12 -0400 Subject: PR6703: gcc4.1 build compatibility --- tapsets.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tapsets.cxx') diff --git a/tapsets.cxx b/tapsets.cxx index 7714715e..c15eb5ca 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -5044,8 +5044,7 @@ symbol_table::mark_dwarf_redundancies(dwflpp *dw) // vector of Dwarf_Dies, one per function. string module_prefix = string(mod_info->name) + ":"; - mod_cu_function_cache_t::iterator cu; - for (cu = dw->cu_function_cache.begin(); + for (mod_cu_function_cache_t::iterator cu = dw->cu_function_cache.begin(); cu != dw->cu_function_cache.end(); cu++) { string key = cu->first; -- cgit