From 33d8decb7a374a87f0c3342586be079448b48f1c Mon Sep 17 00:00:00 2001
From: rinkk <karsten.rink@ufz.de>
Date: Thu, 4 Jul 2019 15:19:06 +0200
Subject: [PATCH] removed unused variable

---
 Applications/FileIO/GocadIO/GocadTSurfaceReader.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Applications/FileIO/GocadIO/GocadTSurfaceReader.cpp b/Applications/FileIO/GocadIO/GocadTSurfaceReader.cpp
index 05c04bc1a88..2dd25a9a9b3 100644
--- a/Applications/FileIO/GocadIO/GocadTSurfaceReader.cpp
+++ b/Applications/FileIO/GocadIO/GocadTSurfaceReader.cpp
@@ -275,7 +275,6 @@ std::string propertyCheck(std::string const& strng)
         {"PROPERTY_CLASSES", "PROP_LEGAL_RANGES", "NO_DATA_VALUES",
          "PROPERTY_KINDS", "PROPERTY_SUBCLASSES", "UNITS", "ESIZES"}};
 
-    bool key_found(false);
     std::vector<std::string> str = BaseLib::splitString(strng);
     for (std::string key : property_keywords)
     {
-- 
GitLab