summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/mDNSResponder/DebugServices.h
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/remotecontrol/mDNSResponder/DebugServices.h')
-rw-r--r--sd/source/ui/remotecontrol/mDNSResponder/DebugServices.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/ui/remotecontrol/mDNSResponder/DebugServices.h b/sd/source/ui/remotecontrol/mDNSResponder/DebugServices.h
index 11d927a60fa5..b8411e57ad56 100644
--- a/sd/source/ui/remotecontrol/mDNSResponder/DebugServices.h
+++ b/sd/source/ui/remotecontrol/mDNSResponder/DebugServices.h
@@ -258,9 +258,6 @@ enum
kDebugInterruptDepthMask = 0x00FF0000
};
-#define DebugExtractTaskLevelInterruptLevel( LEVEL ) \
- ( ( ( LEVEL ) &kDebugInterruptLevelMask ) >> kDebugInterruptLevelShift )
-
#define DebugExtractTaskLevelInterruptDepth( LEVEL ) \
( ( ( LEVEL ) &kDebugInterruptDepthMask ) >> kDebugInterruptDepthShift )