Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Mutator.cc

    rce8c12f rfbcde64  
    462462}
    463463
    464 Type *Mutator::mutate( ReferenceType *refType ) {
    465         mutateAll( refType->get_forall(), *this );
    466         refType->set_base( maybeMutate( refType->get_base(), *this ) );
    467         return refType;
    468 }
    469 
    470464Type *Mutator::mutate( FunctionType *functionType ) {
    471465        mutateAll( functionType->get_forall(), *this );
Note: See TracChangeset for help on using the changeset viewer.