Skip to content
Snippets Groups Projects
Commit 9eee2b8d authored by Sang Seok Lim's avatar Sang Seok Lim
Browse files

code cleanup

parent 28a96758
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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