diff options
Diffstat (limited to 'gcc/ada/targtyps.c')
-rw-r--r-- | gcc/ada/targtyps.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/gcc/ada/targtyps.c b/gcc/ada/targtyps.c index 465edb672ad..0e81142a835 100644 --- a/gcc/ada/targtyps.c +++ b/gcc/ada/targtyps.c @@ -6,7 +6,7 @@ * * * Body * * * - * Copyright (C) 1992-2003 Free Software Foundation, Inc. * + * Copyright (C) 1992-2004 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- * @@ -148,16 +148,6 @@ get_target_maximum_alignment (void) return BIGGEST_ALIGNMENT / BITS_PER_UNIT; } -Boolean -get_target_no_dollar_in_label (void) -{ -#ifdef NO_DOLLAR_IN_LABEL - return 1; -#else - return 0; -#endif -} - #ifndef FLOAT_WORDS_BIG_ENDIAN #define FLOAT_WORDS_BIG_ENDIAN WORDS_BIG_ENDIAN #endif |