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:
Michael Snyder
2010-05-05 20:50:24 +00:00
parent aa369b55eb
commit 9128a50386
2 changed files with 5 additions and 3 deletions

View File

@@ -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)
{