becopyopt: Remove the unused attribute data from struct affinity_node_t.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 15 Dec 2012 15:13:09 +0000 (16:13 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 15 Dec 2012 21:05:19 +0000 (22:05 +0100)
ir/be/becopyopt_t.h

index 8ca18fd..da59ee9 100644 (file)
@@ -114,7 +114,6 @@ struct affinity_node_t {
        const ir_node  *irn;          /** a node with affinity edges */
        int      degree;        /** number of affinity edges in the linked list below */
        neighb_t *neighbours;   /** a linked list of all affinity neighbours */
-       void     *data;         /** stuff that is attachable. */
 };