Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.hpp

    r490fb92e rb2a11ba  
    236236        const ast::Expr * call_accept( const ast::Expr * );
    237237
    238         // requests WithStmtsToAdd directly add to this statement, as if it is a compound.
    239 
    240         const ast::Stmt * call_accept_as_compound(const ast::Stmt *);
    241 
    242238        template< typename node_t >
    243239        auto call_accept( const node_t * node ) -> typename std::enable_if<
     
    261257        template<typename node_t, typename parent_t, typename child_t>
    262258        void maybe_accept(const node_t * &, child_t parent_t::* child);
    263 
    264         template<typename node_t, typename parent_t, typename child_t>
    265         void maybe_accept_as_compound(const node_t * &, child_t parent_t::* child);
    266259
    267260private:
Note: See TracChangeset for help on using the changeset viewer.