shithub: scc

Download patch

ref: 194e484541a9d7dd7894eb1e418c4486f71daeb1
parent: 81da8e31a5ccc1c0a12f4a3a3fd167a832e55b8b
author: Roberto E. Vargas Caballero <[email protected]>
date: Tue Apr 22 07:05:35 EDT 2014

Remove unused macro definition in expr.c

--- a/expr.c
+++ b/expr.c
@@ -3,8 +3,6 @@
 
 #include "cc1.h"
 
-#define GETBTYPE(n, tp, t) ((t) = (tp = UNQUAL(n->type))->op)
-
 static Symbol *zero, *one;
 
 Node *expr(void);