shithub: mc

Download patch

ref: c67ad93956c9d6e646894d882671f21285a264d4
parent: 6f62b7bb0abfcf72d515f476d20c414d4b82f1d6
parent: c8ba8d209ea2eb5963d143f3ea68509a7be72e9a
author: Ori Bernstein <[email protected]>
date: Tue Jul 10 16:22:36 EDT 2012

Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc2

--- a/8/simp.c
+++ b/8/simp.c
@@ -380,9 +380,7 @@
 static Node *uconid(Node *n, size_t off)
 {
     Ucon *uc;
-    Type *t;
 
-    t = tybase(n->expr.type);
     if (exprop(n) != Ocons)
         return load(add(addr(n, tyword), word(n->line, off)));