diff options
| author | Ryan Zezeski <rpz@joyent.com> | 2017-09-21 18:02:16 +0000 |
|---|---|---|
| committer | Robert Mustacchi <rm@joyent.com> | 2018-01-28 20:37:07 +0000 |
| commit | 5647635c25e095eb92ade015b8b639aaf8bcdcac (patch) | |
| tree | 75742182b9f658cf7af4bef26680b4a67defb25a /usr/src/uts/common/sys/mac_impl.h | |
| parent | a21e40770e26ca1023b9dee7001794f67f7bddcb (diff) | |
| download | illumos-joyent-5647635c25e095eb92ade015b8b639aaf8bcdcac.tar.gz | |
8668 mac_srs_change_upcall() is unused
8669 MAC_DBG_PRT is unused
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net>
Reviewed by: Yuri Pankov <yuripv@gmx.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/uts/common/sys/mac_impl.h')
| -rw-r--r-- | usr/src/uts/common/sys/mac_impl.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/usr/src/uts/common/sys/mac_impl.h b/usr/src/uts/common/sys/mac_impl.h index 292550db62..2582a1914f 100644 --- a/usr/src/uts/common/sys/mac_impl.h +++ b/usr/src/uts/common/sys/mac_impl.h @@ -668,17 +668,6 @@ typedef struct mac_notify_task_arg { } mac_notify_task_arg_t; /* - * XXX All MAC_DBG_PRTs must be replaced with call to dtrace probes. For now - * it may be easier to have these printfs for easier debugging - */ -#ifdef DEBUG -extern int mac_dbg; -#define MAC_DBG_PRT(a) if (mac_dbg > 0) {(void) printf a; } -#else -#define MAC_DBG_PRT(a) -#endif - -/* * The mac_perim_handle_t is an opaque type that encodes the 'mip' pointer * and whether internally a mac_open was done when acquiring the perimeter. */ |
