wingo pushed a commit to branch master
in repository guile.
commit 036c508402d21b93295fc2c3dbca902df5b4f619
Author: Andy Wingo <[email protected]>
Date: Tue Jan 6 11:50:37 2015 -0500
Remove unreachable code in scm_setter
* libguile/procs.c (scm_setter): Remove unreachable code.
---
libguile/procs.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/libguile/procs.c b/libguile/procs.c
index 1be7fd1..be9f220 100644
--- a/libguile/procs.c
+++ b/libguile/procs.c
@@ -122,7 +122,6 @@ SCM_PRIMITIVE_GENERIC (scm_setter, "setter", 1, 0, 0,
/* FIXME: might not be an accessor */
return SCM_GENERIC_SETTER (proc);
return scm_wta_dispatch_1 (g_scm_setter, proc, SCM_ARG1, FUNC_NAME);
- return SCM_BOOL_F; /* not reached */
}
#undef FUNC_NAME