]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context-mod.cc
Issue 4135/1: Don't use ASSERT_LIVE_IS_ALLOWED in simple smobs
[lilypond.git] / lily / context-mod.cc
index 398735900c939f108a1ee0f2eccecccb676eca4c..329bb092dcd69861c27ea6ee8c7d5f0e868cb701 100644 (file)
@@ -50,8 +50,6 @@ Context_mod::print_smob (SCM smob, SCM port, scm_print_state *)
 SCM
 Context_mod::mark_smob (SCM smob)
 {
-  ASSERT_LIVE_IS_ALLOWED (smob);
-
   Context_mod *me = (Context_mod *) SCM_CELL_WORD_1 (smob);
 
   return me->mods_;