diff --git a/Simulation/G4Extensions/RHadrons/src/FullModelHadronicProcess.cxx b/Simulation/G4Extensions/RHadrons/src/FullModelHadronicProcess.cxx
index 3fd9f54e9d117314d9bd606a6559bcfd1d4e30bc..5424e77e43589f2c8d69e9f879b6fa697c64a71e 100644
--- a/Simulation/G4Extensions/RHadrons/src/FullModelHadronicProcess.cxx
+++ b/Simulation/G4Extensions/RHadrons/src/FullModelHadronicProcess.cxx
@@ -13,7 +13,7 @@
 
 
 FullModelHadronicProcess::FullModelHadronicProcess(const G4String& processName) :
-  G4VDiscreteProcess(processName,fUserDefined),m_theParticle(0),m_newParticle(0),m_toyModel(false),m_cache(0)
+  G4VDiscreteProcess(processName,fUserDefined),m_theParticle(0),m_newParticle(0),m_cache(0)
 {
   // Instantiating helper class
   m_theHelper = G4ProcessHelper::Instance();
diff --git a/Simulation/G4Extensions/RHadrons/src/FullModelHadronicProcess.hh b/Simulation/G4Extensions/RHadrons/src/FullModelHadronicProcess.hh
index 882d7d9acb5a5ee03af615514494a4f71fb4dbee..abddf29e085e56587c71ba2f64f2188b478bb6df 100644
--- a/Simulation/G4Extensions/RHadrons/src/FullModelHadronicProcess.hh
+++ b/Simulation/G4Extensions/RHadrons/src/FullModelHadronicProcess.hh
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef FullModelHadronicProcess_h
@@ -68,7 +68,6 @@ private:
   const G4DynamicParticle* FindRhadron(G4ParticleChange*);
 
   G4ProcessHelper* m_theHelper;
-  G4bool m_toyModel;
   G4double m_cache;
   G4ThreeVector m_what;
 
diff --git a/Simulation/G4Extensions/RHadrons/src/SG_StepNtupleTool.cxx b/Simulation/G4Extensions/RHadrons/src/SG_StepNtupleTool.cxx
index 5b7ebac8926a8e4ea2255a4e5112dc3072cfe508..fe9f3c840c89883261e14a49abc699993cab9961 100644
--- a/Simulation/G4Extensions/RHadrons/src/SG_StepNtupleTool.cxx
+++ b/Simulation/G4Extensions/RHadrons/src/SG_StepNtupleTool.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
 */
 
 #include "SG_StepNtupleTool.h"
@@ -23,7 +23,7 @@ namespace G4UA
     actionList.runActions.push_back( action.get() );
     actionList.eventActions.push_back( action.get() );
     actionList.steppingActions.push_back( action.get() );
-    return std::move(action);
+    return action;
   }
 
 } // namespace G4UA