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/uts/common/sys/ctf_api.h | 1 - 1 file changed, 1 deletion(-) (limited to 'usr/src/uts/common/sys/ctf_api.h') diff --git a/usr/src/uts/common/sys/ctf_api.h b/usr/src/uts/common/sys/ctf_api.h index bef3549e80..17b0b7262e 100644 --- a/usr/src/uts/common/sys/ctf_api.h +++ b/usr/src/uts/common/sys/ctf_api.h @@ -154,7 +154,6 @@ extern void ctf_close(ctf_file_t *); extern ctf_file_t *ctf_parent_file(ctf_file_t *); extern const char *ctf_parent_name(ctf_file_t *); -extern const char *ctf_parent_label(ctf_file_t *); extern int ctf_import(ctf_file_t *, ctf_file_t *); extern int ctf_setmodel(ctf_file_t *, int); -- cgit v1.2.3