summaryrefslogtreecommitdiff
path: root/ld/ldmisc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldmisc.h')
-rw-r--r--ld/ldmisc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ld/ldmisc.h b/ld/ldmisc.h
index fd0f19c5a5..998fb4fee8 100644
--- a/ld/ldmisc.h
+++ b/ld/ldmisc.h
@@ -42,7 +42,6 @@ extern void yyerror PARAMS ((const char *));
extern PTR xmalloc PARAMS ((size_t));
extern PTR xrealloc PARAMS ((PTR, size_t));
extern void xexit PARAMS ((int));
-extern char *buystring PARAMS ((CONST char *CONST));
#define ASSERT(x) \
do { if (!(x)) info_assert(__FILE__,__LINE__); } while (0)