Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/GenType.cc

    r0522ebe rc75b30a  
    4646        void postvisit( ast::UnionInstType const * type );
    4747        void postvisit( ast::EnumInstType const * type );
    48         void postvisit( ast::EnumPosType const * type );
    4948        void postvisit( ast::TypeInstType const * type );
    5049        void postvisit( ast::TupleType const * type );
     
    240239}
    241240
    242 void GenType::postvisit( ast::EnumPosType const * type ) {
    243         postvisit( type->instance );
    244 }
    245 
    246241void GenType::postvisit( ast::TypeInstType const * type ) {
    247242        assertf( !options.genC, "TypeInstType should not reach code generation." );
Note: See TracChangeset for help on using the changeset viewer.