shithub: mc

Download patch

ref: c8ba8d209ea2eb5963d143f3ea68509a7be72e9a
parent: ee96b8a5cafc4811c1d4e253f843ac06426a6e5d
author: Ori Bernstein <[email protected]>
date: Mon Jul 9 19:44:45 EDT 2012

Remove dead store.

--- 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)));