shithub: mc

Download patch

ref: 6024fce292b16c75b8035b8f43e9bdad261fcc2f
parent: 581853a4302e856c4c1ba3606892259dc967a156
author: Ori Bernstein <[email protected]>
date: Wed Oct 24 17:46:35 EDT 2012

Delete dead code.

--- a/parse/infer.c
+++ b/parse/infer.c
@@ -192,7 +192,6 @@
             infernode(st, t->sdecls[i], NULL, NULL);
     } else if (t->type == Tyunion) {
         for (i = 0; i < t->nmemb; i++) {
-            //tyresolve(st, t->udecls[i]->utype);
             t->udecls[i]->utype = t;
             t->udecls[i]->utype = tf(st, t->udecls[i]->utype);
             if (t->udecls[i]->etype) {