diff --git a/CMakeLists_files.cmake b/CMakeLists_files.cmake
index 42bccbafe..352f728b3 100644
--- a/CMakeLists_files.cmake
+++ b/CMakeLists_files.cmake
@@ -21,7 +21,6 @@
# the library needs it.
list (APPEND MAIN_SOURCE_FILES
- src/opm/common/data/SimulationDataContainer.cpp
src/opm/common/OpmLog/CounterLog.cpp
src/opm/common/OpmLog/EclipsePRTLog.cpp
src/opm/common/OpmLog/LogBackend.cpp
@@ -304,7 +303,6 @@ list (APPEND TEST_SOURCE_FILES
tests/test_OpmLog.cpp
tests/test_param.cpp
tests/test_RootFinders.cpp
- tests/test_SimulationDataContainer.cpp
tests/test_sparsevector.cpp
tests/test_uniformtablelinear.cpp
)
@@ -508,7 +506,6 @@ endif()
list( APPEND PUBLIC_HEADER_FILES
opm/common/ErrorMacros.hpp
opm/common/Exceptions.hpp
- opm/common/data/SimulationDataContainer.hpp
opm/common/OpmLog/CounterLog.hpp
opm/common/OpmLog/EclipsePRTLog.hpp
opm/common/OpmLog/LogBackend.hpp
diff --git a/opm/common/data/SimulationDataContainer.hpp b/opm/common/data/SimulationDataContainer.hpp
deleted file mode 100644
index 45ddee3b4..000000000
--- a/opm/common/data/SimulationDataContainer.hpp
+++ /dev/null
@@ -1,191 +0,0 @@
-/*
- Copyright 2016 Statoil ASA.
-
- This file is part of the Open Porous Media project (OPM).
-
- OPM is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- OPM is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with OPM. If not, see .
- */
-
-#ifndef SIMULATION_DATA_CONTAINER_HPP
-#define SIMULATION_DATA_CONTAINER_HPP
-
-#include
-#include
-#include