From 4bacad943f5222a6dbb31cd2a4ff370e09ff2685 Mon Sep 17 00:00:00 2001 From: Nate Roberts Date: Tue, 21 May 2024 09:39:26 -0600 Subject: [PATCH] Deleting a line that caused an unused variable warning. Signed-off-by: Nate Roberts --- .../StructuredIntegration/StructuredIntegrationPerformance.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/intrepid2/unit-test/performance/StructuredIntegration/StructuredIntegrationPerformance.cpp b/packages/intrepid2/unit-test/performance/StructuredIntegration/StructuredIntegrationPerformance.cpp index f43079d3cdce..cf1beef18091 100644 --- a/packages/intrepid2/unit-test/performance/StructuredIntegration/StructuredIntegrationPerformance.cpp +++ b/packages/intrepid2/unit-test/performance/StructuredIntegration/StructuredIntegrationPerformance.cpp @@ -392,7 +392,6 @@ map,map > getWorksetSizeM { // for the cases that we have not tried yet (polyOrder > 8), we try to choose sensible guesses for workset size: // 1 is best for polyOrder 8, so it'll be the best for the rest. - int worksetSize = 1; for (int polyOrder=9; polyOrder <= polyOrderMax; polyOrder++) { for (auto formulation : allFormulationChoices)