]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/ecoff.c
gas: drop .appfile and .appline
[thirdparty/binutils-gdb.git] / gas / ecoff.c
index 250faaee8e8d887a2a7ba665acde9d8aaf4279e9..416ba1eb210cb4cf5ef66e0c37edf60cce35551f 100644 (file)
@@ -2312,7 +2312,7 @@ add_file (const char *file_name, int indx ATTRIBUTE_UNUSED, int fake)
    compiler output, only in hand coded assembler.  */
 
 void
-ecoff_new_file (const char *name, int appfile ATTRIBUTE_UNUSED)
+ecoff_new_file (const char *name)
 {
   if (cur_file_ptr != NULL && filename_cmp (cur_file_ptr->name, name) == 0)
     return;