Ignore:
Timestamp:
Dec 4, 2023, 3:33:15 PM (11 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
8a4e472, c7f9f53
Parents:
c4b9fa9
Message:

Some general clean-up, removing bits and pieces from the old version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/ExceptTranslate.cpp

    rc4b9fa9 r539a8c8  
    2626namespace {
    2727
    28         typedef std::list<ast::CatchClause*> CatchList;
    29 
    30         void appendDeclStmt( ast::CompoundStmt * block, ast::DeclWithType * item ) {
    31                 block->push_back(new ast::DeclStmt(block->location, item));
    32         }
     28typedef std::list<ast::CatchClause*> CatchList;
     29
     30void appendDeclStmt( ast::CompoundStmt * block, ast::DeclWithType * item ) {
     31        block->push_back( new ast::DeclStmt( block->location, item ) );
     32}
    3333
    3434class TranslateThrowsCore final : public ast::WithGuards {
Note: See TracChangeset for help on using the changeset viewer.