Changeset 02101a4


Ignore:
Timestamp:
Sep 9, 2024, 11:41:57 AM (41 hours ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
d3b33d5
Parents:
478dade
Message:

comment out unused variable declaration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/CandidateFinder.cpp

    r478dade r02101a4  
    1010// Created On       : Wed Jun 5 14:30:00 2019
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat Jun 22 08:07:26 2024
    13 // Update Count     : 4
     12// Last Modified On : Mon Sep  9 11:30:11 2024
     13// Update Count     : 5
    1414//
    1515
     
    12391239                CandidateList matches;
    12401240                Cost minExprCost = Cost::infinity;
    1241                 Cost minCastCost = Cost::infinity;
     1241                // Cost minCastCost = Cost::infinity;
    12421242                for ( CandidateRef & cand : finder.candidates ) {
    12431243                        ast::ptr< ast::Type > fromType = cand->expr->result;
Note: See TracChangeset for help on using the changeset viewer.