From 5062ad6828d2e35f531222d2c4afe392e0c82ae0 Mon Sep 17 00:00:00 2001 From: Tetiana Moskalets Date: Fri, 5 Apr 2019 11:34:26 +0000 Subject: [PATCH] Removing the quitWithHelp() function since it's not used afterwards. --- Generators/Herwig7_i/Herwig7_i/Herwig7.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Generators/Herwig7_i/Herwig7_i/Herwig7.h b/Generators/Herwig7_i/Herwig7_i/Herwig7.h index 8ff8cc7a31e..109b777214e 100644 --- a/Generators/Herwig7_i/Herwig7_i/Herwig7.h +++ b/Generators/Herwig7_i/Herwig7_i/Herwig7.h @@ -74,13 +74,6 @@ public: virtual unsigned int jobSize() const { return(m_jobsize); } /// The number of subprocesses to integrate per integratoin job virtual unsigned int maxJobs() const { return(m_maxjobs); } /// The maximum number of integration jobs - /// Bail out and print usage information - virtual void quitWithHelp() const { - ATH_MSG_ERROR("HERE I CAN PUT SOME ERROR MESSAGE") - ThePEG::Repository::cleanup(); - exit( EXIT_FAILURE ); - } - /// Bail out and be quiet virtual void quit() const { ThePEG::Repository::cleanup(); -- GitLab