[gimp/metadata-browser] tinyscheme: Remove dead assignment
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] tinyscheme: Remove dead assignment
- Date: Fri, 2 Dec 2011 02:09:15 +0000 (UTC)
commit b79015490187b087a1338115f4935f2cca0aa219
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]