Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/CodeGenerator.cc

    r6eb8948 r486341f  
    656656        }
    657657
    658         void CodeGenerator::visit( StmtExpr * stmtExpr ) {
    659                 output << "(";
    660                 stmtExpr->get_statements()->accept( *this );
    661                 output << ")";
    662         }
    663 
    664658        //*** Statements
    665659        void CodeGenerator::visit( CompoundStmt * compoundStmt ) {
Note: See TracChangeset for help on using the changeset viewer.