Ignore:
Timestamp:
Mar 21, 2022, 4:48:10 PM (3 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
Children:
14d5461
Parents:
d672350
Message:

Removed some code from Validate that had been used for the translation of validate_D.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/Validate.h

    rd672350 ra76202d  
    4242        void validate_E( std::list< Declaration * > &translationUnit );
    4343        void validate_F( std::list< Declaration * > &translationUnit );
    44         void decayForallPointers( std::list< Declaration * > & translationUnit );
    45         void decayForallPointersA( std::list< Declaration * > & translationUnit );
    46         void decayForallPointersB( std::list< Declaration * > & translationUnit );
    47         void decayForallPointersC( std::list< Declaration * > & translationUnit );
    48         void decayForallPointersD( std::list< Declaration * > & translationUnit );
    4944
    5045        const ast::Type * validateType(
Note: See TracChangeset for help on using the changeset viewer.