Changeset 68f9c43 for src/Concurrency


Ignore:
Timestamp:
Mar 16, 2018, 5:15:02 PM (8 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
new-env, with_gc
Children:
8d7bef2
Parents:
6171841
git-author:
Aaron Moss <a3moss@…> (03/16/18 17:04:24)
git-committer:
Aaron Moss <a3moss@…> (03/16/18 17:15:02)
Message:

First pass at delete removal

Location:
src/Concurrency
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/Concurrency/Keywords.cc

    r6171841 r68f9c43  
    291291                StructDecl * forward = decl->clone();
    292292                forward->set_body( false );
    293                 deleteAll( forward->get_members() );
    294293                forward->get_members().clear();
    295294
     
    355354                        fixupGenerics(main_type, decl);
    356355                }
    357 
    358                 delete this_decl;
    359356
    360357                declsToAddBefore.push_back( forward );
  • src/Concurrency/Waitfor.cc

    r6171841 r68f9c43  
    476476                }
    477477
    478                 delete setter;
    479 
    480478                return new VariableExpr( timeout );
    481479        }
Note: See TracChangeset for help on using the changeset viewer.