diff --git a/Database/IOVDbSvc/src/ReadFromFileMetaData.cxx b/Database/IOVDbSvc/src/ReadFromFileMetaData.cxx
index 639185efe7f437463a72a3b1ed1caefdc81116f1..d6588dbbc443c903978db6fde7fee49759a54a05 100644
--- a/Database/IOVDbSvc/src/ReadFromFileMetaData.cxx
+++ b/Database/IOVDbSvc/src/ReadFromFileMetaData.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
 */
 
 #include "ReadFromFileMetaData.h"
@@ -16,8 +16,7 @@ namespace IOVDbNamespace{
   ReadFromFileMetaData::ReadFromFileMetaData( const IOVMetaDataContainer* container, 
         const IOVTime & refTime, const bool useEpochTimestamp):
         m_metaContainer(container), 
-        m_referenceTime(refTime),
-        m_isEpochTime(useEpochTimestamp){
+        m_referenceTime(refTime){
     m_payload = (container) ? (container->payloadContainer()) : (nullptr);
     if (m_payload){
       IOVPayloadContainer::const_iterator pitr=m_payload->find(m_referenceTime);
diff --git a/Database/IOVDbSvc/src/ReadFromFileMetaData.h b/Database/IOVDbSvc/src/ReadFromFileMetaData.h
index 5d794f5f753c3266cfd85887dba31696de60bfcc..f03510700904469da168bf7c9139236ce33593e3 100644
--- a/Database/IOVDbSvc/src/ReadFromFileMetaData.h
+++ b/Database/IOVDbSvc/src/ReadFromFileMetaData.h
@@ -47,7 +47,6 @@ namespace IOVDbNamespace{
     const IOVMetaDataContainer* m_metaContainer{};
     IOVTime m_referenceTime{};
     const IOVPayloadContainer* m_payload{};
-    bool m_isEpochTime{};
     CondAttrListCollection * m_pptr{};
     AthenaAttributeList * m_attrList{};
     CondAttrListCollection * m_attrListColl{};
@@ -56,4 +55,4 @@ namespace IOVDbNamespace{
   
   };
 }//namespace
-#endif
\ No newline at end of file
+#endif