From e954a1a55966ab43c29f67947937223ed1763813 Mon Sep 17 00:00:00 2001
From: John Chapman <jchapman@cern.ch>
Date: Tue, 1 Dec 2020 18:08:24 +0100
Subject: [PATCH] Remove unused forward declaration of G4FastSimulationModel
 class

The correct class name is `G4VFastSimulationModel` and is included
via `FastSimulationBase.h`.
---
 .../LArG4/LArG4FastSimulation/src/LArFastShowerTool.h         | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/LArCalorimeter/LArG4/LArG4FastSimulation/src/LArFastShowerTool.h b/LArCalorimeter/LArG4/LArG4FastSimulation/src/LArFastShowerTool.h
index 88a951f4227..81697a3ac1c 100644
--- a/LArCalorimeter/LArG4/LArG4FastSimulation/src/LArFastShowerTool.h
+++ b/LArCalorimeter/LArG4/LArG4FastSimulation/src/LArFastShowerTool.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef LARG4FASTSIMULATION_LARFASTSHOWERTOOL_H
@@ -16,8 +16,6 @@
 // STL headers
 #include <string>
 
-class G4FastSimulationModel;
-
 /// NEEDS DOCUMENTATION
 class LArFastShowerTool: public FastSimulationBase
 {
-- 
GitLab