diff --git a/CMakeLists_files.cmake b/CMakeLists_files.cmake
index 9cecf777..1146a5e8 100644
--- a/CMakeLists_files.cmake
+++ b/CMakeLists_files.cmake
@@ -76,9 +76,7 @@ list (APPEND MAIN_SOURCE_FILES
opm/core/transport/reorder/TransportSolverTwophaseReorder.cpp
opm/core/transport/reorder/reordersequence.cpp
opm/core/transport/reorder/tarjan.c
- opm/core/utility/Event.cpp
opm/core/utility/MonotCubicInterpolator.cpp
- opm/core/utility/NullStream.cpp
opm/core/utility/VelocityInterpolation.cpp
opm/core/utility/WachspressCoord.cpp
opm/core/utility/compressedToCartesian.cpp
@@ -100,7 +98,6 @@ list (APPEND TEST_SOURCE_FILES
tests/test_compressedpropertyaccess.cpp
tests/test_dgbasis.cpp
tests/test_cubic.cpp
- tests/test_event.cpp
tests/test_flowdiagnostics.cpp
tests/test_nonuniformtablelinear.cpp
tests/test_parallelistlinformation.cpp
@@ -276,14 +273,10 @@ list (APPEND PUBLIC_HEADER_FILES
opm/core/transport/reorder/tarjan.h
opm/core/utility/Average.hpp
opm/core/utility/CompressedPropertyAccess.hpp
- opm/core/utility/DataMap.hpp
- opm/core/utility/Event.hpp
- opm/core/utility/Event_impl.hpp
opm/core/utility/Factory.hpp
opm/core/utility/initHydroCarbonState.hpp
opm/core/utility/MonotCubicInterpolator.hpp
opm/core/utility/NonuniformTableLinear.hpp
- opm/core/utility/NullStream.hpp
opm/core/utility/RegionMapping.hpp
opm/core/utility/RootFinders.hpp
opm/core/utility/SparseVector.hpp
@@ -298,7 +291,6 @@ list (APPEND PUBLIC_HEADER_FILES
opm/core/utility/miscUtilities.hpp
opm/core/utility/miscUtilitiesBlackoil.hpp
opm/core/utility/miscUtilities_impl.hpp
- opm/core/utility/share_obj.hpp
opm/core/well_controls.h
opm/core/wells.h
opm/core/wells/InjectionSpecification.hpp
diff --git a/opm/core/utility/DataMap.hpp b/opm/core/utility/DataMap.hpp
deleted file mode 100644
index 162adbf7..00000000
--- a/opm/core/utility/DataMap.hpp
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- Copyright 2012 SINTEF ICT, Applied Mathematics.
-
- 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 OPM_DATAMAP_HEADER_INCLUDED
-#define OPM_DATAMAP_HEADER_INCLUDED
-
-#include