Regenerate spu overlay and icache manager files
[deliverable/binutils-gdb.git] / gdb / objc-lang.c
index 22f6089ac2cae43c39485942bc94ba341c958ca5..8a3d21ed8010e08f6fc3efc7b4984ae9c3e1263c 100644 (file)
@@ -29,7 +29,6 @@
 #include "varobj.h"
 #include "c-lang.h"
 #include "objc-lang.h"
-#include "exceptions.h"
 #include "complaints.h"
 #include "value.h"
 #include "symfile.h"
@@ -1472,11 +1471,6 @@ find_implementation_from_class (struct gdbarch *gdbarch,
              struct objc_method meth_str;
 
              read_objc_methlist_method (gdbarch, mlist, i, &meth_str);
-#if 0
-             fprintf (stderr, 
-                      "checking method 0x%lx against selector 0x%lx\n", 
-                      meth_str.name, sel);
-#endif
 
              if (meth_str.name == sel) 
                /* FIXME: hppa arch was doing a pointer dereference
This page took 0.023338 seconds and 4 git commands to generate.