One more found by clang static analyzer

This commit is contained in:
Ian Bell
2015-12-01 21:48:51 -07:00
parent ffd2e971b3
commit 1a6be5d75a

View File

@@ -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<hel>(h, h + nrow);
};
void set_values(hel &h){