]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/bcache.c
import gdb-19990422 snapshot
[thirdparty/binutils-gdb.git] / gdb / bcache.c
index d28515b846c61c48ead1712c40bf039dbc101e30..0d6d2058e7813aace6436e70e0b567fdf8c18376 100644 (file)
@@ -138,8 +138,6 @@ bcache (bytes, count, bcachep)
   return (location);
 }
 
-#if MAINTENANCE_CMDS
-
 void
 print_bcache_statistics (bcachep, id)
      struct bcache *bcachep;
@@ -215,5 +213,3 @@ print_bcache_statistics (bcachep, id)
     }
   printf_filtered ("    Maximum chain length %d at %d:%d\n", lmax, lmaxt, lmaxh);
 }
-
-#endif /* MAINTENANCE_CMDS */