Skip to content

Commit 394925e

Browse files
committed
Remove more unused variables
1 parent d8a45a1 commit 394925e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/EnergyPlus/BaseboardRadiator.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ namespace BaseboardRadiator {
222222
// SUBROUTINE PARAMETER DEFINITIONS:
223223
static constexpr std::string_view RoutineName = "GetBaseboardInput: "; // include trailing blank space
224224
static constexpr std::string_view routineName = "GetBaseboardInput";
225-
int constexpr iHeatCAPMAlphaNum = 5; // get input index to water baseboard Radiator system heating capacity sizing method
226225
int constexpr iHeatDesignCapacityNumericNum = 1; // get input index to water baseboard Radiator system electric heating capacity
227226
int constexpr iHeatCapacityPerFloorAreaNumericNum = 2; // index to baseboard Radiator system electric heating capacity per floor area sizing
228227
int constexpr iHeatFracOfAutosizedCapacityNumericNum = 3; // index to baseboard heating capacity fraction of autosized heating capacity
@@ -247,8 +246,6 @@ namespace BaseboardRadiator {
247246
"Maximum Water Flow Rate",
248247
"Convergence Tolerance"};
249248
static constexpr std::string_view availabilityScheduleFieldName = "Availability Schedule Name";
250-
static constexpr std::string_view inletNodeFieldName = "Inlet Node Name";
251-
static constexpr std::string_view outletNodeFieldName = "Outlet Node Name";
252249
static constexpr std::string_view heatingDesignCapacityMethodFieldName = "Heating Design Capacity Method";
253250

254251
int ConvHWBaseboardNum = 0;

0 commit comments

Comments
 (0)