aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-coerce.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/i-coerce.boot')
-rw-r--r--src/interp/i-coerce.boot3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interp/i-coerce.boot b/src/interp/i-coerce.boot
index c5794562..bb331ea3 100644
--- a/src/interp/i-coerce.boot
+++ b/src/interp/i-coerce.boot
@@ -848,9 +848,6 @@ coerceInt1(triple,t2) ==
val' := unwrap val
(t2 = val') and ((val' = t1) or (t1 = $String)) => objNew(val,t2)
NIL
- -- t1 is ['Tuple,S] and t2 ^= '(OutputForm) =>
- t1 is ['Tuple,S] =>
- coerceInt1(objNewWrap(asTupleAsList unwrap val, ['List, S]), t2)
t1 is ['Union,:.] => coerceIntFromUnion(triple,t2)
t2 is ['Union,:.] => coerceInt2Union(triple,t2)
(STRINGP t1) and (t2 = $String) => objNew(val,$String)