* Makefile.am (GAS_CFILES): Remove bignum-copy.c.
[deliverable/binutils-gdb.git] / gas / input-file.c
index a8fc9e5f21847a353f842ef59f1d179b42c5d6ab..2c07f4cabcd1cb92d1e10bba2af3945256bead3b 100644 (file)
@@ -80,12 +80,6 @@ input_file_buffer_size (void)
   return (BUFFER_SIZE);
 }
 
-int
-input_file_is_open (void)
-{
-  return f_in != (FILE *) 0;
-}
-
 /* Push the state of our input, returning a pointer to saved info that
    can be restored with input_file_pop ().  */
 
This page took 0.043775 seconds and 4 git commands to generate.