aboutsummaryrefslogtreecommitdiff
path: root/gcc/genattrtab.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-04-13 14:39:28 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-04-13 14:39:28 +0000
commitfddc29b17be0721715013811f5cbc42749730e1c (patch)
tree48c0ba38aa43eed65cb7ec003299e57b3ebe8208 /gcc/genattrtab.c
parentf0e4ea10f9d4ea950a89338ff99943f4fb274c00 (diff)
downloadgcc-fddc29b17be0721715013811f5cbc42749730e1c.zip
gcc-fddc29b17be0721715013811f5cbc42749730e1c.tar.gz
gcc-fddc29b17be0721715013811f5cbc42749730e1c.tar.bz2
genattrtab.c (NULL_ATTR): Remove.
* genattrtab.c (NULL_ATTR): Remove. * ifcvt.c (NULL_EDGE): Likewise. From-SVN: r98086
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r--gcc/genattrtab.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c
index e454667..a45986c 100644
--- a/gcc/genattrtab.c
+++ b/gcc/genattrtab.c
@@ -189,8 +189,6 @@ struct attr_desc
unsigned static_p : 1; /* Make the output function static. */
};
-#define NULL_ATTR (struct attr_desc *) NULL
-
/* Structure for each DEFINE_DELAY. */
struct delay_desc