Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/DeclarationNode.cc

    r2d019af rb66d14a  
    1010// Created On       : Sat May 16 12:34:05 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Mar 12 18:35:37 2021
    13 // Update Count     : 1141
     12// Last Modified On : Mon Jan 11 20:58:07 2021
     13// Update Count     : 1137
    1414//
    1515
     
    424424        newnode->attributes.push_back( new Attribute( *name, exprs ) );
    425425        delete name;
    426         return newnode;
    427 }
    428 
    429 DeclarationNode * DeclarationNode::newDirectiveStmt( StatementNode * stmt ) {
    430         DeclarationNode * newnode = new DeclarationNode;
    431         newnode->directiveStmt = stmt;
    432426        return newnode;
    433427}
     
    10781072                return new AsmDecl( strict_dynamic_cast<AsmStmt *>( asmStmt->build() ) );
    10791073        } // if
    1080         if ( directiveStmt ) {
    1081                 return new DirectiveDecl( strict_dynamic_cast<DirectiveStmt *>( directiveStmt->build() ) );
    1082         } // if
    10831074
    10841075        if ( variable.tyClass != TypeDecl::NUMBER_OF_KINDS ) {
Note: See TracChangeset for help on using the changeset viewer.