From: Joel Brobecker Date: Thu, 26 Feb 2015 09:42:04 +0000 (+0100) Subject: Remove // comment in gdb/iq2000-tdep.c X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;ds=sidebyside;h=9357a9e66e08fea2a13446a4dfba2ceaf11da827;p=deliverable%2Fbinutils-gdb.git Remove // comment in gdb/iq2000-tdep.c gdb/ChangeLog: PR build/18033: * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 73d6ea9617..c3d47f92d1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2015-02-26 Joel Brobecker + + PR build/18033: + * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment. + 2015-02-23 Pedro Alves * remote.c (skip_to_semicolon): New function. diff --git a/gdb/iq2000-tdep.c b/gdb/iq2000-tdep.c index 081801c31f..f9795914a7 100644 --- a/gdb/iq2000-tdep.c +++ b/gdb/iq2000-tdep.c @@ -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);