mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
code cleanup
This commit is contained in:
parent
28a967584d
commit
9eee2b8d91
@ -133,10 +133,6 @@ init_component_description_table () {
|
||||
Syntax* syn;
|
||||
|
||||
for ( id = BASICTYPE_BOOLEAN; id != ASNTYPE_END ; id++ ) {
|
||||
#if 0
|
||||
asntype_to_compType_mapping_tbl[id].ac_comp_type.ct_atype;
|
||||
asntype_to_compType_mapping_tbl[id].ac_comp_type.ct_cname = {0,NULL};
|
||||
#endif
|
||||
asntype_to_compType_mapping_tbl[id].ac_comp_type.ct_subtypes = NULL;
|
||||
asntype_to_compType_mapping_tbl[id].ac_comp_type.ct_syntax = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user