gdb: Remove casts of NULL during assignment.
[deliverable/binutils-gdb.git] / gdb / iq2000-tdep.c
index 081801c31fc16bb35b40082f5bbeabc0f27a3a63..f9795914a711ea69174b050502f70a4aea4aa1dd 100644 (file)
@@ -379,8 +379,6 @@ iq2000_frame_cache (struct frame_info *this_frame, void **this_cache)
   *this_cache = cache;
 
   cache->base = get_frame_register_unsigned (this_frame, E_FP_REGNUM);
-  //if (cache->base == 0)
-    //return cache;
 
   current_pc = get_frame_pc (this_frame);
   find_pc_partial_function (current_pc, NULL, &cache->pc, NULL);
This page took 0.025168 seconds and 4 git commands to generate.