Get rid of unused #defines.

Change-Id: I589d8c9b99425eb1893d61e4730864f0b2718acf
Reviewed-on: https://code.wireshark.org/review/12967
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2015-12-31 13:31:36 -08:00
parent 5a60c0d72e
commit a222efad75
1 changed files with 0 additions and 18 deletions

View File

@ -2490,24 +2490,6 @@ typedef struct _mq_parm_t
#define MQ_MQGA_FIRST 8001
#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 */
/****************************************************************/