mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 15:00:21 +02:00
Remove unused macros in goops.c
* libguile/goops.c (NXT_MTHD_METHODS, NXT_MTHD_ARGS): Remove unused macros.
This commit is contained in:
parent
3a0d141233
commit
08c5d888d4
1 changed files with 0 additions and 3 deletions
|
@ -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_UNBOUND SCM_UNBOUND
|
||||||
#define SCM_GOOPS_UNBOUNDP(x) (scm_is_eq (x, SCM_GOOPS_UNBOUND))
|
#define SCM_GOOPS_UNBOUNDP(x) (scm_is_eq (x, SCM_GOOPS_UNBOUND))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue