From ef250dfc8cd4a5574a5059249e19208a3b068714 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sun, 27 Jul 2014 10:08:27 +0200 Subject: [PATCH] Remove definition of DECLARE_UNSMOB --- lily/include/smobs.hh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lily/include/smobs.hh b/lily/include/smobs.hh index 95e5ba1a11..e775a70bc5 100644 --- a/lily/include/smobs.hh +++ b/lily/include/smobs.hh @@ -160,13 +160,6 @@ SCM self_scm () const { return self_scm_; } \ private: -#define DECLARE_UNSMOB(CL, name) \ - inline CL * \ - unsmob_ ## name (SCM s) \ - { \ - return CL::unsmob (s); \ - } - void protect_smob (SCM smob, SCM *prot_cons); void unprotect_smob (SCM smob, SCM *prot_cons); -- 2.39.5