diff options
author | Richard Lowe <richlowe@richlowe.net> | 2012-08-02 03:18:21 +0100 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2012-08-02 20:13:26 -0400 |
commit | db09a31e474b6edfc05b81d25b02d14a608d4949 (patch) | |
tree | c33b821ee99b2ad69a90c2735f3f0c50806f0c0d /usr/src/lib/libctf/common | |
parent | af53ea44e8b633f20cc53c772dec90c694a655bd (diff) | |
download | illumos-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/lib/libctf/common')
-rw-r--r-- | usr/src/lib/libctf/common/mapfile-vers | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/lib/libctf/common/mapfile-vers b/usr/src/lib/libctf/common/mapfile-vers index 031748c497..c218edc37c 100644 --- a/usr/src/lib/libctf/common/mapfile-vers +++ b/usr/src/lib/libctf/common/mapfile-vers @@ -68,7 +68,6 @@ SYMBOL_VERSION SUNWprivate_1.2 { ctf_member_info; ctf_parent_file; ctf_parent_name; - ctf_parent_label; ctf_set_array; ctf_type_align; ctf_type_cmp; |