Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.hpp

    r9e23b446 rf6e6a55  
    264264        __pass::result1<ast::Stmt> call_accept_as_compound(const ast::Stmt *);
    265265
    266         // requests type environment to be updated (why is it implemented like this?)
    267         __pass::result1<ast::Expr> call_accept_top(const ast::Expr *);
    268 
    269266        template< template <class...> class container_t >
    270267        __pass::resultNstmt<container_t> call_accept( const container_t< ptr<Stmt> > & );
     
    280277        template<typename node_t, typename parent_t, typename field_t>
    281278        void maybe_accept_as_compound(const node_t * &, field_t parent_t::* field);
    282 
    283         template<typename node_t, typename parent_t, typename field_t>
    284         void maybe_accept_top(const node_t * &, field_t parent_t::* field);
    285279
    286280private:
Note: See TracChangeset for help on using the changeset viewer.