[gimp] tinyscheme: Remove dead assignment
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] tinyscheme: Remove dead assignment
- Date: Thu, 6 Oct 2011 04:08:56 +0000 (UTC)
commit 7048d9e46e18e221044442b36b1655deef295804
Author: Mukund Sivaraman <muks banu com>
Date: Thu Oct 6 09:04:43 2011 +0530
tinyscheme: Remove dead assignment
plug-ins/script-fu/tinyscheme/scheme.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/script-fu/tinyscheme/scheme.c b/plug-ins/script-fu/tinyscheme/scheme.c
index 64c4ed4..d848372 100644
--- a/plug-ins/script-fu/tinyscheme/scheme.c
+++ b/plug-ins/script-fu/tinyscheme/scheme.c
@@ -2910,7 +2910,6 @@ static pointer opexe_0(scheme *sc, enum scheme_opcodes op) {
s_return(sc,mk_closure(sc, x, y));
case OP_QUOTE: /* quote */
- x=car(sc->code);
s_return(sc,car(sc->code));
case OP_DEF0: /* define */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]