remove a bunch of comments marking end of blocks
[libfirm] / ir / ir / irnode.c
index 99a7b2e..5b71b63 100644 (file)
@@ -1735,7 +1735,7 @@ unsigned firm_default_hash(const ir_node *node)
        h = 9*h + HASH_PTR(get_irn_op(node));
 
        return h;
-}  /* firm_default_hash */
+}
 
 /* include generated code */
 #include "gen_irnode.c.inl"