Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/Validate.h

    r18e683b rc8e4d2f8  
    1919#include <list>  // for list
    2020
    21 class CodeLocation;
    2221class Declaration;
    2322class Type;
     
    3534        void validateType( Type *type, const Indexer *indexer );
    3635
    37         const ast::Type * validateType(
    38                 const CodeLocation & loc, const ast::Type * type, const ast::SymbolTable & symtab );
     36        const ast::Type * validateType( const ast::Type * type, const ast::SymbolTable & symtab );
    3937} // namespace SymTab
    4038
Note: See TracChangeset for help on using the changeset viewer.