aboutsummaryrefslogtreecommitdiff
path: root/gcc/cselib.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cselib.h')
-rw-r--r--gcc/cselib.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/cselib.h b/gcc/cselib.h
index 5964a44..d07c8330 100644
--- a/gcc/cselib.h
+++ b/gcc/cselib.h
@@ -51,12 +51,6 @@ struct elt_loc_list {
rtx setting_insn;
};
-/* A list of cselib_val structures. */
-struct elt_list {
- struct elt_list *next;
- cselib_val *elt;
-};
-
/* Describe a single set that is part of an insn. */
struct cselib_set
{