Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.impl.hpp

    r37cdd97 r665f432  
    823823
    824824//--------------------------------------------------------------------------
    825 // FinallyStmt
    826 template< typename pass_t >
    827 const ast::Stmt * ast::Pass< pass_t >::visit( const ast::SuspendStmt * node ) {
    828         VISIT_START( node );
    829 
    830         VISIT(
    831                 maybe_accept( node, &SuspendStmt::then   );
    832         )
    833 
    834         VISIT_END( Stmt, node );
    835 }
    836 
    837 //--------------------------------------------------------------------------
    838825// WaitForStmt
    839826template< typename pass_t >
Note: See TracChangeset for help on using the changeset viewer.