From 29697a0906a12a6745849db4009e1fb903e42f9d Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Wed, 26 Jun 2019 07:43:55 +0200 Subject: [PATCH] Remove members keywords1 and keywords2 from EclFilesComparator --- test_util/EclFilesComparator.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test_util/EclFilesComparator.hpp b/test_util/EclFilesComparator.hpp index 01d7cd503..193fc98da 100644 --- a/test_util/EclFilesComparator.hpp +++ b/test_util/EclFilesComparator.hpp @@ -69,7 +69,6 @@ public: static double average(const std::vector& vec); protected: - std::vector keywords1, keywords2; bool throwOnError = true; //!< Throw on first error bool analysis = false; //!< Perform full error analysis std::map> deviations;