* dcache.c (dcache_init): Delete unused variable.
(dcache_info): Delete unused variable.
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.
dcache_init (void)
{
DCACHE *dcache;
- int i;
dcache = (DCACHE *) xmalloc (sizeof (*dcache));
dcache_info (char *exp, int tty)
{
splay_tree_node n;
- int i, refcount, lineno;
+ int i, refcount;
if (exp)
{