guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 19/87: Remove unreachable code in scm_setter


From: Andy Wingo
Subject: [Guile-commits] 19/87: Remove unreachable code in scm_setter
Date: Thu, 22 Jan 2015 17:29:46 +0000

wingo pushed a commit to branch wip-goops-refactor
in repository guile.

commit b053e38d9f8b4360b8b64bbf1723b7455e25a270
Author: Andy Wingo <address@hidden>
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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]