aboutsummaryrefslogtreecommitdiff
path: root/gdb/bcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/bcache.h')
-rw-r--r--gdb/bcache.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/bcache.h b/gdb/bcache.h
index cf0c62e..4b753be 100644
--- a/gdb/bcache.h
+++ b/gdb/bcache.h
@@ -62,11 +62,7 @@ struct bcache {
extern void *
bcache PARAMS ((void *bytes, int count, struct bcache *bcachep));
-#if MAINTENANCE_CMDS
-
extern void
print_bcache_statistics PARAMS ((struct bcache *, char *));
-#endif /* MAINTENANCE_CMDS */
-
#endif /* BCACHE_H */