From 1579bae1cd094ed9b986d2128997953600ca910d Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 28 Jun 2003 05:28:54 +0000 Subject: Convert to C90 --- ld/emultempl/ticoff.em | 2 -- 1 file changed, 2 deletions(-) (limited to 'ld/emultempl/ticoff.em') diff --git a/ld/emultempl/ticoff.em b/ld/emultempl/ticoff.em index 448fea8..ce9f739 100644 --- a/ld/emultempl/ticoff.em +++ b/ld/emultempl/ticoff.em @@ -77,8 +77,6 @@ gld${EMULATION_NAME}_handle_option (int optc) if ((*optarg == '0' || *optarg == '1' || *optarg == '2') && optarg[1] == '\0') { - extern void lang_add_output_format - PARAMS ((const char *, const char *, const char *, int)); static char buf[] = "coffX-${OUTPUT_FORMAT_TEMPLATE}"; coff_version = *optarg - '0'; buf[4] = *optarg; -- cgit v1.1