aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-12-31 13:31:36 -0800
committerGuy Harris <guy@alum.mit.edu>2015-12-31 21:32:06 +0000
commita222efad758528257016b2c2af8980d17e1fb819 (patch)
tree5ea754f2fa207af1e88bfff4308e7accb14b21bc
parent5a60c0d72e7dfc8c326e854a0d2b739537abb008 (diff)
Get rid of unused #defines.
Change-Id: I589d8c9b99425eb1893d61e4730864f0b2718acf Reviewed-on: https://code.wireshark.org/review/12967 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--epan/dissectors/packet-mq.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/epan/dissectors/packet-mq.h b/epan/dissectors/packet-mq.h
index c693d31b9a..dc21cfebee 100644
--- a/epan/dissectors/packet-mq.h
+++ b/epan/dissectors/packet-mq.h
@@ -2491,24 +2491,6 @@ typedef struct _mq_parm_t
#define MQ_MQGA_LAST 9000
/****************************************************************/
-/* Values Related to MQINQMP Function */
-/****************************************************************/
-
-/* Inquire on all properties - "%" */
-#define MQ_MQPROP_INQUIRE_ALL (MQPTR)"%",\
- 0,\
- 0,\
- 1,\
- MQCCSI_APPL
-
-/* Inquire on all 'usr' properties - "usr.%" */
-#define MQ_MQPROP_INQUIRE_ALL_USR (MQPTR)"usr.%",\
- 0,\
- 0,\
- 5,\
- MQCCSI_APPL
-
-/****************************************************************/
/* Values Related to MQOPEN Function */
/****************************************************************/