]> git.sur5r.net Git - openldap/commitdiff
code cleanup
authorSang Seok Lim <slim@openldap.org>
Mon, 20 Dec 2004 03:49:58 +0000 (03:49 +0000)
committerSang Seok Lim <slim@openldap.org>
Mon, 20 Dec 2004 03:49:58 +0000 (03:49 +0000)
contrib/slapd-modules/comp_match/init.c

index ef139fbb5910f4bb29d4ecc731996ee0e3a83baa..d037306beac4d92c381224e1e811d5b6932fed23 100644 (file)
@@ -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;