ref: 5c1c29b22a2402dd6e830f9d1e1bf7f16738d0d1
parent: f823cb11acb2aa72f612d8ce702fd1cd1b851d14
author: Roberto E. Vargas Caballero <[email protected]>
date: Mon Aug 31 17:17:18 EDT 2015
Remove stupid comment When a comment of 5 words share 3 with the commented prototype then it is a bad idea.
--- a/cc1/expr.c
+++ b/cc1/expr.c
@@ -147,9 +147,6 @@
return usimplify(op, np->type, np);
}
-/*
- * Convert a Node to a type
- */
Node *
convert(Node *np, Type *newtp, char iscast)
{