diff options
Diffstat (limited to 'libguile/error.c')
-rw-r--r-- | libguile/error.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/error.c b/libguile/error.c index 5eab67afb..88e6fc030 100644 --- a/libguile/error.c +++ b/libguile/error.c @@ -318,8 +318,6 @@ scm_wta (SCM arg, const char *pos, const char *s_subr) scm_wrong_num_args (arg); case SCM_OUTOFRANGE: scm_out_of_range (s_subr, arg); - case SCM_NALLOC: - scm_memory_error (s_subr); default: /* this shouldn't happen. */ scm_misc_error (s_subr, "Unknown error", SCM_EOL); |