forked from Imagelibrary/binutils-gdb
2010-05-05 Michael Snyder <msnyder@vmware.com>
* dcache.c (dcache_init): Delete unused variable. (dcache_info): Delete unused variable.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user