From db09a31e474b6edfc05b81d25b02d14a608d4949 Mon Sep 17 00:00:00 2001 From: Richard Lowe Date: Thu, 2 Aug 2012 03:18:21 +0100 Subject: dtrace: Remove CTF label checking It is incomplete, and was pulled into smartos as a result of miscommunication. --- usr/src/common/ctf/ctf_open.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'usr/src/common/ctf') diff --git a/usr/src/common/ctf/ctf_open.c b/usr/src/common/ctf/ctf_open.c index e494ac3156..e49a4cb329 100644 --- a/usr/src/common/ctf/ctf_open.c +++ b/usr/src/common/ctf/ctf_open.c @@ -888,16 +888,6 @@ ctf_parent_name(ctf_file_t *fp) return (fp->ctf_parname); } -/* - * Return the label of the parent CTF container, if one exists. Otherwise - * return NULL. - */ -const char * -ctf_parent_label(ctf_file_t *fp) -{ - return (fp->ctf_parlabel); -} - /* * Import the types from the specified parent container by storing a pointer * to it in ctf_parent and incrementing its reference count. Only one parent -- cgit v1.2.3