diff options
Diffstat (limited to 'gdb/dcache.c')
-rw-r--r-- | gdb/dcache.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/dcache.c b/gdb/dcache.c index e1386e0..40952d3 100644 --- a/gdb/dcache.c +++ b/gdb/dcache.c @@ -417,7 +417,6 @@ DCACHE * dcache_init (void) { DCACHE *dcache; - int i; dcache = (DCACHE *) xmalloc (sizeof (*dcache)); @@ -585,7 +584,7 @@ static void dcache_info (char *exp, int tty) { splay_tree_node n; - int i, refcount, lineno; + int i, refcount; if (exp) { |