* python/py-progspace.c (py_free_pspace): Obtain arch another
[deliverable/binutils-gdb.git] / gdb / blockframe.c
index 30f2a3254f44750b7a7e43cec8d5363ddc75f9ce..0348bf424732d3f9e35384e8959eefac9c6c4162 100644 (file)
@@ -59,7 +59,6 @@ struct block *
 get_frame_block (struct frame_info *frame, CORE_ADDR *addr_in_block)
 {
   const CORE_ADDR pc = get_frame_address_in_block (frame);
-  struct frame_info *next_frame;
   struct block *bl;
   int inline_count;
 
@@ -138,6 +137,7 @@ struct symbol *
 find_pc_sect_function (CORE_ADDR pc, struct obj_section *section)
 {
   struct block *b = block_for_pc_sect (pc, section);
+
   if (b == 0)
     return 0;
   return block_linkage_function (b);
This page took 0.027285 seconds and 4 git commands to generate.