Remove dead code from objc-lang.c (spurious "fprintf (stderr...")
authorSergio Durigan Junior <sergiodj@redhat.com>
Tue, 16 Sep 2014 19:34:27 +0000 (15:34 -0400)
committerSergio Durigan Junior <sergiodj@redhat.com>
Tue, 16 Sep 2014 19:34:27 +0000 (15:34 -0400)
commit76aeec5b98e73589013f24bd99e3c40189bec7e8
tree9862f775119af9fb74a44ca96db9cc3e5c04c174
parent2f693f9d21a36e333994ef92117ba49a6d506334
Remove dead code from objc-lang.c (spurious "fprintf (stderr...")

This obvious change removes dead code from objc-lang.c.  I was
grepping for "fprintf (stderr..." and found this code between "#if
0".."#endif" blocks.

2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>

* objc-lang.c (find_implementation_from_class): Remove dead code.
gdb/ChangeLog
gdb/objc-lang.c