From d7f70f5c9f48bfbdcb532cdcd7fa1ac6d6c21c16 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Mon, 6 Nov 2017 12:48:45 +0100 Subject: [PATCH] Remove duplicate function --- .../FileInterface/RifEclipseUserDataParserTools.cpp | 12 +----------- .../FileInterface/RifEclipseUserDataParserTools.h | 1 - 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/ApplicationCode/FileInterface/RifEclipseUserDataParserTools.cpp b/ApplicationCode/FileInterface/RifEclipseUserDataParserTools.cpp index 6b0ab87eeb..7ced94aead 100644 --- a/ApplicationCode/FileInterface/RifEclipseUserDataParserTools.cpp +++ b/ApplicationCode/FileInterface/RifEclipseUserDataParserTools.cpp @@ -302,16 +302,6 @@ bool RifEclipseUserDataParserTools::hasOnlyValidDoubleValues(const std::vector& words, std::vector* doubleValues = nullptr); - static bool hasDateUnit(const std::string& word); static bool isValidTableData(size_t columnCount, const std::string& line); static TableData tableDataFromText(std::stringstream& data, std::vector* errorText = nullptr);