wingo pushed a commit to branch master
in repository guile.
commit 08c5d888d4634669634937d9f7b57145fefc848a
Author: Andy Wingo <[email protected]>
Date: Thu Dec 18 22:08:15 2014 +0100
Remove unused macros in goops.c
* libguile/goops.c (NXT_MTHD_METHODS, NXT_MTHD_ARGS): Remove unused
macros.
---
libguile/goops.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/libguile/goops.c b/libguile/goops.c
index c9d6c44..01e9ec2 100644
--- a/libguile/goops.c
+++ b/libguile/goops.c
@@ -110,9 +110,6 @@ SCM_VARIABLE (scm_var_make_extended_generic,
"make-extended-generic");
} \
}
-#define NXT_MTHD_METHODS(m) (SCM_VELTS (m)[1])
-#define NXT_MTHD_ARGS(m) (SCM_VELTS (m)[2])
-
#define SCM_GOOPS_UNBOUND SCM_UNBOUND
#define SCM_GOOPS_UNBOUNDP(x) (scm_is_eq (x, SCM_GOOPS_UNBOUND))