gdb smob cleanups
[deliverable/binutils-gdb.git] / gdb / guile / scm-breakpoint.c
index c8371aad55ce3514cf75c9e382f03af4eadadd68..97621b8e82c7c01824fe4d8ff018267167a33232 100644 (file)
@@ -83,10 +83,7 @@ bpscm_mark_breakpoint_smob (SCM self)
   /* We don't mark containing_scm here.  It is just a backlink to our
      container, and is gc'protected until the breakpoint is deleted.  */
 
-  scm_gc_mark (bp_smob->stop);
-
-  /* Do this last.  */
-  return gdbscm_mark_gsmob (&bp_smob->base);
+  return bp_smob->stop;
 }
 
 /* The smob "free" function for <gdb:breakpoint>.  */
This page took 0.024677 seconds and 4 git commands to generate.