Skip to content
Snippets Groups Projects
Commit e161f50a authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

silence warning

parent f020796f
No related branches found
No related tags found
No related merge requests found
......@@ -456,7 +456,10 @@ rwm_int_filter_map_rewrite(
/* better than nothing... */
ber_bvtrue = BER_BVC( "(objectClass=*)" ),
ber_bvtf_true = BER_BVC( "(&)" ),
#if 0
/* no longer needed; preserved for completeness */
ber_bvundefined = BER_BVC( "(?=undefined)" ),
#endif
ber_bverror = BER_BVC( "(?=error)" ),
ber_bvunknown = BER_BVC( "(?=unknown)" ),
ber_bvnone = BER_BVC( "(?=none)" );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment