From 1a6be5d75aeaea98af09061a21200f525c38f63a Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Tue, 1 Dec 2015 21:48:51 -0700 Subject: [PATCH] One more found by clang static analyzer --- src/HumidAirProp.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/HumidAirProp.cpp b/src/HumidAirProp.cpp index 36903028..9ed59a7f 100644 --- a/src/HumidAirProp.cpp +++ b/src/HumidAirProp.cpp @@ -2166,7 +2166,6 @@ public: std::string in1,in2,in3,out; double v1, v2, v3, expected, actual; void set_table(hel h[], int nrow){ - int h1 = sizeof(h), h2 = sizeof(h[0]); inputs = std::vector(h, h + nrow); }; void set_values(hel &h){