commit 5c1c29b22a2402dd6e830f9d1e1bf7f16738d0d1
Author:     Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Mon Aug 31 21:17:18 2015 +0200
Commit:     Roberto E. Vargas Caballero <[email protected]>
CommitDate: Mon Aug 31 21:17:18 2015 +0200

    Remove stupid comment
    
    When a comment of 5 words share 3 with the commented
    prototype then it is a bad idea.

diff --git a/cc1/expr.c b/cc1/expr.c
index dadc2d3..f4e3fb0 100644
--- a/cc1/expr.c
+++ b/cc1/expr.c
@@ -147,9 +147,6 @@ integeruop(char op, Node *np)
        return usimplify(op, np->type, np);
 }
 
-/*
- * Convert a Node to a type
- */
 Node *
 convert(Node *np, Type *newtp, char iscast)
 {

Reply via email to