From 3c9ab9b53cfdffdee0f17d5306ed79321f6e034d Mon Sep 17 00:00:00 2001
From: Matt Kraai <kraai@gcc.gnu.org>
Date: Wed, 19 Jun 2002 18:48:28 +0000
Subject: [PATCH] * except.c (ehl_free): Remove.

From-SVN: r54794
---
 gcc/except.c | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/gcc/except.c b/gcc/except.c
index 65ba6c5ac504..bf4d8fb3170b 100644
--- a/gcc/except.c
+++ b/gcc/except.c
@@ -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 ()
 {
-- 
GitLab