Changeset d1fbc56e for src/AST/Decl.hpp


Ignore:
Timestamp:
Aug 23, 2024, 2:04:50 PM (6 weeks ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
26ee4b5
Parents:
45ee172
Message:

Removed two lingering set_extension functions from ast. There was one use each in the parser, which uses get/set functions still.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Decl.hpp

    r45ee172 rd1fbc56e  
    5050        : ParseNode( loc ), name( name ), storage( storage ), linkage( linkage ) {}
    5151
    52         Decl* set_extension( bool ex ) { extension = ex; return this; }
    53 
    5452        /// Ensures this node has a unique ID
    5553        void fixUniqueId();
Note: See TracChangeset for help on using the changeset viewer.