gdb: remove TYPE_NAME macro
[deliverable/binutils-gdb.git] / gdb / linespec.c
index 1e70cdb0dca17c313a65916298862419464b231e..c59c30e262e1f1e1e24d9041ab352fc974cc6671 100644 (file)
@@ -1222,7 +1222,7 @@ find_methods (struct type *t, enum language t_lang, const char *name,
              std::vector<struct type *> *superclasses)
 {
   int ibase;
-  const char *class_name = TYPE_NAME (t);
+  const char *class_name = t->name ();
 
   /* Ignore this class if it doesn't have a name.  This is ugly, but
      unless we figure out how to get the physname without the name of
This page took 0.026174 seconds and 4 git commands to generate.