summaryrefslogtreecommitdiff
path: root/lib/libthread_db
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2006-10-20 14:15:42 +0000
committerDavid Xu <davidxu@FreeBSD.org>2006-10-20 14:15:42 +0000
commit210a647b67b68dafdc0f8afbd3340bd6f73c1577 (patch)
tree81ce5460ff81d913c2aa59aa387ffbcac3c106e1 /lib/libthread_db
parentf72bbf974be9c55ef00e9ba7ee5a9d646bc424ca (diff)
Notes
Diffstat (limited to 'lib/libthread_db')
-rw-r--r--lib/libthread_db/thread_db.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libthread_db/thread_db.c b/lib/libthread_db/thread_db.c
index 45400bf7c00d..dc14a36de858 100644
--- a/lib/libthread_db/thread_db.c
+++ b/lib/libthread_db/thread_db.c
@@ -41,14 +41,12 @@ struct td_thragent
static TAILQ_HEAD(, td_thragent) proclist = TAILQ_HEAD_INITIALIZER(proclist);
-extern struct ta_ops libc_r_db_ops;
extern struct ta_ops libpthread_db_ops;
extern struct ta_ops libthr_db_ops;
static struct ta_ops *ops[] = {
&libpthread_db_ops,
&libthr_db_ops,
- &libc_r_db_ops
};
td_err_e