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

@ -1,7 +1,10 @@
2010-05-05 Michael Snyder <msnyder@vmware.com>
* dcache.c (dcache_init): Delete unused variable.
(dcache_info): Delete unused variable.
* remote.c (remote_threads_info): Delete unused variable.
(process_stop_reply): Delete unused variable.
(process_stop_reply) :Delete unused variable.
(remote_get_trace_status): Delete unused variables.
* linux-thread-db.c (add_thread_db_info): Delete unused variable.

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