diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2008-07-31 05:25:52 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2008-07-31 05:25:52 +0000 |
| commit | 2f6a179eb910129fb812c1ad1bdc300da1203dc0 (patch) | |
| tree | 3c7d97e9ca0908009975110f9e81890b3ab78678 /lib/libthread_db/thread_db.c | |
| parent | c1695335d111298519bf4927104bb535d3b89599 (diff) | |
Notes
Diffstat (limited to 'lib/libthread_db/thread_db.c')
| -rw-r--r-- | lib/libthread_db/thread_db.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libthread_db/thread_db.c b/lib/libthread_db/thread_db.c index 6daea6333c21..f129a1e0ec72 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) { |
