summaryrefslogtreecommitdiff
path: root/libiberty/cplus-dem.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2002-07-29 18:01:19 +0000
committerDJ Delorie <dj@delorie.com>2002-07-29 18:01:19 +0000
commit1467cd0abe7ee117480db6d710080670966b4770 (patch)
tree03adf353c14515e30d0d26bc6122a001d27cf994 /libiberty/cplus-dem.c
parentc258b461266ad402f8042190721b8c5e6d1b9dc5 (diff)
downloadgdb-1467cd0abe7ee117480db6d710080670966b4770.tar.gz
merge from gcc
Diffstat (limited to 'libiberty/cplus-dem.c')
-rw-r--r--libiberty/cplus-dem.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libiberty/cplus-dem.c b/libiberty/cplus-dem.c
index 203e30dba24..995757c62de 100644
--- a/libiberty/cplus-dem.c
+++ b/libiberty/cplus-dem.c
@@ -305,8 +305,6 @@ const struct demangler_engine libiberty_demanglers[] =
};
#define STRING_EMPTY(str) ((str) -> b == (str) -> p)
-#define PREPEND_BLANK(str) {if (!STRING_EMPTY(str)) \
- string_prepend(str, " ");}
#define APPEND_BLANK(str) {if (!STRING_EMPTY(str)) \
string_append(str, " ");}
#define LEN_STRING(str) ( (STRING_EMPTY(str))?0:((str)->p - (str)->b))