Remove unused declaration of function
authorMark Abraham <mark.j.abraham@gmail.com>
Fri, 24 Sep 2021 11:56:23 +0000 (13:56 +0200)
committerAndrey Alekseenko <al42and@gmail.com>
Fri, 24 Sep 2021 12:31:06 +0000 (12:31 +0000)
This was left over from an early stage of development. MSVC complains
that it can't find a definition when instantiating the template class.

src/gromacs/modularsimulator/computeglobalselement.h

index dbd4952c90a26c6d671a5f411d08847e9633cc22..a4fba81e8d3ff2d88b06e7020098838d00c085d4 100644 (file)
@@ -137,9 +137,6 @@ public:
      */
     void scheduleTask(Step step, Time time, const RegisterRunFunction& registerRunFunction) override;
 
-    //! Get callback to request checking of bonded interactions
-    CheckBondedInteractionsCallback getCheckNumberOfBondedInteractionsCallback();
-
     //! No element teardown needed
     void elementTeardown() override {}