diff options
Diffstat (limited to 'gcc/fix-header.c')
-rw-r--r-- | gcc/fix-header.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/fix-header.c b/gcc/fix-header.c index ba169fa..5ac167f 100644 --- a/gcc/fix-header.c +++ b/gcc/fix-header.c @@ -871,15 +871,6 @@ write_rbrac () #endif } -char * -xstrdup (str) - const char *str; -{ - char *copy = (char *) xmalloc (strlen (str) + 1); - strcpy (copy, str); - return copy; -} - /* Returns 1 iff the file is properly protected from multiple inclusion: #ifndef PROTECT_NAME #define PROTECT_NAME |