]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/protected-scm.hh
Issue 4872: Remove Protected_scm destructor
[lilypond.git] / lily / include / protected-scm.hh
index 48a26b15c995a4d948a5c4974dd9da02f414cb71..82b1fed11f95b2beb1f474b72e016fd2c6166d8d 100644 (file)
@@ -49,7 +49,6 @@ class Protected_scm
 public:
   Protected_scm ();
   Protected_scm (SCM);
-  ~Protected_scm ();
   Protected_scm &operator = (SCM);
   Protected_scm &operator = (Protected_scm const &);
   operator SCM () const;