Index: src/ResolvExpr/CandidateFinder.cpp
===================================================================
--- src/ResolvExpr/CandidateFinder.cpp	(revision 2f317733f059f66b5e61a69d0dccbb26fd2459fc)
+++ src/ResolvExpr/CandidateFinder.cpp	(revision d3b33d562b54bf3ba5b7da8d7e32ae363017d5c7)
@@ -10,6 +10,6 @@
 // Created On       : Wed Jun 5 14:30:00 2019
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sat Jun 22 08:07:26 2024
-// Update Count     : 4
+// Last Modified On : Mon Sep  9 11:30:11 2024
+// Update Count     : 5
 //
 
@@ -1239,5 +1239,5 @@
 		CandidateList matches;
 		Cost minExprCost = Cost::infinity;
-		Cost minCastCost = Cost::infinity;
+		// Cost minCastCost = Cost::infinity;
 		for ( CandidateRef & cand : finder.candidates ) {
 			ast::ptr< ast::Type > fromType = cand->expr->result;
