Commit 3c9ab9b5 by Matt Kraai

* except.c (ehl_free): Remove.

From-SVN: r54794
parent 93da8339
......@@ -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 ()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment