* stabsread.c (read_struct_type): Trivial simplification.
[deliverable/binutils-gdb.git] / gdb / stabsread.c
index c81b21e5f5ef57edd4196bc42b23b6628aac5269..ba36fb26196e0631718e624190a54192236c04d5 100644 (file)
@@ -2967,8 +2967,7 @@ read_struct_type (pp, type, objfile)
       || !attach_fn_fields_to_type (&fi, type)
       || !read_tilde_fields (&fi, pp, type, objfile))
     {
-      do_cleanups (back_to);
-      return (error_type (pp, objfile));
+      type = error_type (pp, objfile);
     }
 
   do_cleanups (back_to);
This page took 0.02321 seconds and 4 git commands to generate.