From e92a1d88d1012f9d957b2cae9c71f0d4441994c9 Mon Sep 17 00:00:00 2001 From: marcel Date: Thu, 31 Jul 2008 05:25:52 +0000 Subject: Cleanup for WARNS 2. --- lib/libthread_db/thread_db.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/libthread_db/thread_db.c') diff --git a/lib/libthread_db/thread_db.c b/lib/libthread_db/thread_db.c index 6daea63..f129a1e 100644 --- a/lib/libthread_db/thread_db.c +++ b/lib/libthread_db/thread_db.c @@ -50,7 +50,6 @@ td_init(void) { td_err_e ret, tmp; struct ta_ops *ops_p, **ops_pp; - size_t i; ret = 0; SET_FOREACH(ops_pp, __ta_ops) { @@ -104,7 +103,6 @@ td_ta_map_lwp2thr(const td_thragent_t *ta, lwpid_t lwpid, td_thrhandle_t *th) td_err_e td_ta_new(struct ps_prochandle *ph, td_thragent_t **pta) { - size_t i; struct ta_ops *ops_p, **ops_pp; SET_FOREACH(ops_pp, __ta_ops) { -- cgit v1.1