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:
parent
aa369b55eb
commit
9128a50386
@ -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.
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user