Ignore:
File:
1 edited

Legend:

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

    r2d019af r3e5dd913  
    646646
    647647//--------------------------------------------------------------------------
    648 // DirectiveDecl
    649 template< typename core_t >
    650 const ast::DirectiveDecl * ast::Pass< core_t >::visit( const ast::DirectiveDecl * node ) {
    651         VISIT_START( node );
    652 
    653         VISIT(
    654                 maybe_accept( node, &DirectiveDecl::stmt );
    655         )
    656 
    657         VISIT_END( DirectiveDecl, node );
    658 }
    659 
    660 //--------------------------------------------------------------------------
    661648// StaticAssertDecl
    662649template< typename core_t >
Note: See TracChangeset for help on using the changeset viewer.