aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/adadecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/adadecode.h')
-rw-r--r--gcc/ada/adadecode.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/ada/adadecode.h b/gcc/ada/adadecode.h
index 73dda23..03848e7 100644
--- a/gcc/ada/adadecode.h
+++ b/gcc/ada/adadecode.h
@@ -6,7 +6,7 @@
* *
* C Header File *
* *
- * Copyright (C) 2001-2011, Free Software Foundation, Inc. *
+ * Copyright (C) 2001-2015, Free Software Foundation, Inc. *
* *
* GNAT is free software; you can redistribute it and/or modify it under *
* terms of the GNU General Public License as published by the Free Soft- *
@@ -51,11 +51,6 @@ extern void __gnat_decode (const char *, char *, int);
from the encoded form. The Ada encodings are described in exp_dbug.ads. */
extern void get_encoding (const char *, char *);
-/* ada_demangle is added for COMPATIBILITY ONLY. It has the name of the
- function used in the binutils and GDB. Always consider using __gnat_decode
- instead of ada_demangle. Caller must free the pointer returned. */
-extern char *ada_demangle (const char *);
-
#ifdef __cplusplus
}
#endif