diff options
Diffstat (limited to 'gdb/dcache.h')
-rw-r--r-- | gdb/dcache.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/dcache.h b/gdb/dcache.h index 079b03790cb..44d16ac64ed 100644 --- a/gdb/dcache.h +++ b/gdb/dcache.h @@ -1,7 +1,7 @@ /* Declarations for caching. Typically used by remote back ends for caching remote memory. - Copyright 1992, 1993 Free Software Foundation, Inc. + Copyright 1992, 1993, 2001 Free Software Foundation, Inc. This file is part of GDB. @@ -39,7 +39,4 @@ void dcache_free (DCACHE *); int dcache_xfer_memory (DCACHE *cache, CORE_ADDR mem, char *my, int len, int should_write); -/* Turn dcache state on or off */ -void set_dcache_state (int); - #endif /* DCACHE_H */ |