Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/parse.c

    r074444f r23de644  
    156156        stree_csimbr_t *csimbr;
    157157        stree_symbol_t *symbol;
    158         stree_ident_t *targ_name;
    159158
    160159        switch (dclass) {
     
    169168        csi = stree_csi_new(cc);
    170169        csi->name = parse_ident(parse);
    171 
    172         list_init(&csi->targ_names);
    173 
    174         while (lcur_lc(parse) == lc_slash) {
    175                 lskip(parse);
    176                 targ_name = parse_ident(parse);
    177                 list_append(&csi->targ_names, targ_name);
    178         }
    179170
    180171        symbol = stree_symbol_new(sc_csi);
Note: See TracChangeset for help on using the changeset viewer.