* except.c (ehl_free): Remove.

From-SVN: r54794
This commit is contained in:
Matt Kraai 2002-06-19 18:48:28 +00:00
parent 93da83395a
commit 3c9ab9b53c

View File

@ -305,7 +305,6 @@ static void sjlj_build_landing_pads PARAMS ((void));
static hashval_t ehl_hash PARAMS ((const PTR));
static int ehl_eq PARAMS ((const PTR,
const PTR));
static void ehl_free PARAMS ((PTR));
static void add_ehl_entry PARAMS ((rtx,
struct eh_region *));
static void remove_exception_handler_label PARAMS ((rtx));
@ -1186,14 +1185,6 @@ add_ehl_entry (label, region)
*slot = entry;
}
static void
ehl_free (pentry)
PTR pentry;
{
struct ehl_map_entry *entry = (struct ehl_map_entry *)pentry;
LABEL_PRESERVE_P (entry->label) = 0;
}
void
find_exception_handler_labels ()
{