mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-16 17:18:16 -05:00
code cleanup
This commit is contained in:
parent
28a967584d
commit
9eee2b8d91
1 changed files with 0 additions and 4 deletions
|
|
@ -133,10 +133,6 @@ init_component_description_table () {
|
||||||
Syntax* syn;
|
Syntax* syn;
|
||||||
|
|
||||||
for ( id = BASICTYPE_BOOLEAN; id != ASNTYPE_END ; id++ ) {
|
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_subtypes = NULL;
|
||||||
asntype_to_compType_mapping_tbl[id].ac_comp_type.ct_syntax = NULL;
|
asntype_to_compType_mapping_tbl[id].ac_comp_type.ct_syntax = NULL;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue