Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/Validate.cc

    r3e5dd913 r3ff4c1e  
    14631463        }
    14641464
    1465         /*
    1466 
    14671465        /// Associates forward declarations of aggregates with their definitions
    14681466        class LinkReferenceToTypes_new final
     
    17951793                static const node_t * forallFixer(
    17961794                        const CodeLocation & loc, const node_t * node,
    1797                         ast::FunctionType::ForallList parent_t::* forallField
     1795                        ast::ParameterizedType::ForallList parent_t::* forallField
    17981796                ) {
    17991797                        for ( unsigned i = 0; i < (node->* forallField).size(); ++i ) {
     
    18461844                }
    18471845        };
    1848         */
    18491846} // anonymous namespace
    18501847
    1851 /*
    18521848const ast::Type * validateType(
    18531849                const CodeLocation & loc, const ast::Type * type, const ast::SymbolTable & symtab ) {
     
    18581854        return type->accept( lrt )->accept( fpd );
    18591855}
    1860 */
    18611856
    18621857} // namespace SymTab
Note: See TracChangeset for help on using the changeset viewer.