From b130171426a30416a9330037c0b706d03ef3b1bc Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Wed, 27 Feb 2019 07:20:23 +0100
Subject: [PATCH] [A/FileIO/PetrelInterface] Rm unused assignment.

---
 Applications/FileIO/PetrelInterface.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Applications/FileIO/PetrelInterface.cpp b/Applications/FileIO/PetrelInterface.cpp
index 5fbc8a43a3a..4eb9c70ac9d 100644
--- a/Applications/FileIO/PetrelInterface.cpp
+++ b/Applications/FileIO/PetrelInterface.cpp
@@ -92,10 +92,8 @@ void PetrelInterface::readPetrelSurface(std::istream &in)
         // read header
         // read Version string
         in.getline(buffer, MAX_COLS_PER_ROW);
-        line = buffer;
         // read string BEGIN HEADER
         in.getline(buffer, MAX_COLS_PER_ROW);
-        line = buffer;
 
         in.getline(buffer, MAX_COLS_PER_ROW);
         line = buffer;
-- 
GitLab