summaryrefslogtreecommitdiff
path: root/usr/src/common/ctf/ctf_open.c
diff options
context:
space:
mode:
authorRichard Lowe <richlowe@richlowe.net>2012-08-02 03:18:21 +0100
committerRichard Lowe <richlowe@richlowe.net>2012-08-02 20:13:26 -0400
commitdb09a31e474b6edfc05b81d25b02d14a608d4949 (patch)
treec33b821ee99b2ad69a90c2735f3f0c50806f0c0d /usr/src/common/ctf/ctf_open.c
parentaf53ea44e8b633f20cc53c772dec90c694a655bd (diff)
downloadillumos-joyent-db09a31e474b6edfc05b81d25b02d14a608d4949.tar.gz
dtrace: Remove CTF label checking
It is incomplete, and was pulled into smartos as a result of miscommunication.
Diffstat (limited to 'usr/src/common/ctf/ctf_open.c')
-rw-r--r--usr/src/common/ctf/ctf_open.c10
1 files changed, 0 insertions, 10 deletions
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
@@ -889,16 +889,6 @@ ctf_parent_name(ctf_file_t *fp)
}
/*
- * 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
* is allowed: if a parent already exists, it is replaced by the new parent.