gdb/
[deliverable/binutils-gdb.git] / gdb / libunwind-frame.c
index b1896dc9fca668eb93385c9b03223cfc662c3ee7..921d00ed40ea25408149a35dc9cb3473da855fb6 100644 (file)
@@ -278,8 +278,6 @@ libunwind_frame_this_id (struct frame_info *this_frame, void **this_cache,
 
   if (cache != NULL)
     (*this_id) = frame_id_build (cache->base, cache->func_addr);
-  else
-    (*this_id) = null_frame_id;
 }
 
 struct value *
This page took 0.030414 seconds and 4 git commands to generate.