summaryrefslogtreecommitdiffstats
path: root/lib/libthread_db
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2006-10-20 14:15:42 +0000
committerdavidxu <davidxu@FreeBSD.org>2006-10-20 14:15:42 +0000
commitdf52e865567da11991a43a0a47afa4576b2fbf0b (patch)
tree81ce5460ff81d913c2aa59aa387ffbcac3c106e1 /lib/libthread_db
parent0a091591c89d3d3284b5fa020780d99628b89783 (diff)
downloadFreeBSD-src-df52e865567da11991a43a0a47afa4576b2fbf0b.zip
FreeBSD-src-df52e865567da11991a43a0a47afa4576b2fbf0b.tar.gz
remove libc_r remanent.
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 45400bf..dc14a36 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
OpenPOWER on IntegriCloud