diff options
Diffstat (limited to 'gcc/cselib.h')
-rw-r--r-- | gcc/cselib.h | 6 |
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 { |