diff --git a/Generators/Herwig7_i/Herwig7_i/Herwig7.h b/Generators/Herwig7_i/Herwig7_i/Herwig7.h index 8ff8cc7a31e604ad234845fbf80188d514658423..109b777214ed3864f7e6e4c323128eba3ebf84af 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();