[hackers] [scc] Remove stupid comment || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Mon, 31 Aug 2015 21:18:35 +0200 (CEST)

commit 5c1c29b22a2402dd6e830f9d1e1bf7f16738d0d1
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Mon Aug 31 21:17:18 2015 +0200
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
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
_AT_@ -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)
 {
Received on Mon Aug 31 2015 - 21:18:35 CEST

This archive was generated by hypermail 2.3.0 : Mon Aug 31 2015 - 21:24:13 CEST