Changeset c36a419 for src/AST/Decl.hpp


Ignore:
Timestamp:
Nov 21, 2023, 2:27:10 PM (8 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
8984003
Parents:
4883712
Message:

Removed Decl::fromId as it was unused. There are a few places that use uniqueId directly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Decl.hpp

    r4883712 rc36a419  
    5656        /// Ensures this node has a unique ID
    5757        void fixUniqueId();
    58         /// Get canonical declaration for unique ID
    59         static readonly<Decl> fromId( UniqueId id );
    6058
    6159        const Decl * accept( Visitor & v ) const override = 0;
Note: See TracChangeset for help on using the changeset viewer.