aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>1996-02-01 19:32:00 +0000
committerMike Stump <mrs@gcc.gnu.org>1996-02-01 19:32:00 +0000
commit9e9ff70986960f763c364b25c47de7da238eb5e2 (patch)
tree6806af6d0f56e2b5be73a4012cdb484c5f7ae122 /gcc/cp/method.c
parent96bb8ed304ac79195cc2d3f1a5d544a5501be4f6 (diff)
downloadgcc-9e9ff70986960f763c364b25c47de7da238eb5e2.zip
gcc-9e9ff70986960f763c364b25c47de7da238eb5e2.tar.gz
gcc-9e9ff70986960f763c364b25c47de7da238eb5e2.tar.bz2
80th Cygnus<->FSF merge
From-SVN: r11150
Diffstat (limited to 'gcc/cp/method.c')
-rw-r--r--gcc/cp/method.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/gcc/cp/method.c b/gcc/cp/method.c
index 7e41536..7d94972 100644
--- a/gcc/cp/method.c
+++ b/gcc/cp/method.c
@@ -929,21 +929,6 @@ build_static_name (basetype, name)
return get_identifier (buf);
}
-/* Generate an identifier that encodes the (ANSI) exception TYPE. */
-
-/* This should be part of `ansi_opname', or at least be defined by the std. */
-#define EXCEPTION_NAME_PREFIX "__ex"
-#define EXCEPTION_NAME_LENGTH 4
-
-tree
-cplus_exception_name (type)
- tree type;
-{
- OB_INIT ();
- OB_PUTS (EXCEPTION_NAME_PREFIX);
- return get_identifier (build_overload_name (type, 0, 1));
-}
-
/* Change the name of a function definition so that it may be
overloaded. NAME is the name of the function to overload,
PARMS is the parameter list (which determines what name the