From 27d0f652f5856860b7ea2f22f2488e838c3549db Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 14 Nov 2014 11:46:15 +0100 Subject: [PATCH] Remove not needed and deprecated Boost.Signals header "boost/signals.hpp" is not used in the package and since Boost 1.56.0 is considered unmaintained and deprecated. warning: #warning "Boost.Signals is no longer being maintained and is now deprecated. Please switch to Boost.Signals2. To disable this warning message, define BOOST_SIGNALS_NO_DEPRECATION_WARNING." [-Wcpp] The patch removes the header. Signed-off-by: David Abdurachmanov --- SimG4Core/Geometry/interface/DDG4Builder.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/SimG4Core/Geometry/interface/DDG4Builder.h b/SimG4Core/Geometry/interface/DDG4Builder.h index 9c279d1bcb2e6..f7456689417a3 100644 --- a/SimG4Core/Geometry/interface/DDG4Builder.h +++ b/SimG4Core/Geometry/interface/DDG4Builder.h @@ -12,8 +12,6 @@ #include #include -#include "boost/signals.hpp" - struct DDPosData; class DDG4SolidConverter; class G4LogicalVolume;