diff options
Diffstat (limited to 'usr/src/uts/common')
-rw-r--r-- | usr/src/uts/common/ctf/mapfile | 1 | ||||
-rw-r--r-- | usr/src/uts/common/sys/ctf_api.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/usr/src/uts/common/ctf/mapfile b/usr/src/uts/common/ctf/mapfile index 40f300686e..ca83165803 100644 --- a/usr/src/uts/common/ctf/mapfile +++ b/usr/src/uts/common/ctf/mapfile @@ -82,7 +82,6 @@ SYMBOL_SCOPE { ctf_open; ctf_parent_file; ctf_parent_name; - ctf_parent_label; ctf_setmodel; ctf_setspecific; ctf_set_array; 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); |