Changeset 8f31be6 for src/GenPoly


Ignore:
Timestamp:
Jul 6, 2023, 11:07:27 AM (19 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
b4d2b3b
Parents:
c8bf1b5
Message:

Fixed some warnings, deleted some commented out code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/SpecializeNew.cpp

    rc8bf1b5 r8f31be6  
    104104
    105105bool needsPolySpecialization(
    106                 const ast::Type * formalType,
     106                const ast::Type * /*formalType*/,
    107107                const ast::Type * actualType,
    108108                const ast::TypeSubstitution * subs ) {
     
    126126                        if ( closedVars.find( *inst ) == closedVars.end() ) {
    127127                                return true;
    128                         }
    129                         else {
     128                        } else {
    130129                                assertf(false, "closed: %s", inst->name.c_str());
    131130                        }
Note: See TracChangeset for help on using the changeset viewer.