From b13a6254db2634e7e7ac6223d48906334802ebad Mon Sep 17 00:00:00 2001 From: Neal Kruis Date: Wed, 11 Dec 2024 14:49:00 -0700 Subject: [PATCH] Remove unused variable. --- src/HPWH.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/HPWH.cc b/src/HPWH.cc index e3b610e1..4b9b642e 100644 --- a/src/HPWH.cc +++ b/src/HPWH.cc @@ -4933,7 +4933,6 @@ void HPWH::prepForTest(StandardTestOptions& testOptions) bool isDrawing = false; bool done = false; int step = 0; - int time_min = 0; while (!done) { switch (step)