Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/Validate.cc

    r3e5dd913 r361bf01  
    14631463        }
    14641464
    1465         /*
    1466 
    14671465        /// Associates forward declarations of aggregates with their definitions
    14681466        class LinkReferenceToTypes_new final
     
    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.