Finish removing group-scheme all-vs-all support
[alexxy/gromacs.git] / src / gromacs / mdtypes / forcerec.h
index 8c7e620f565e9b57930ec313e6b34b5179c38a8f..1d3f9a1a0a8f529e5e9e48349aacfc1714951c7b 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2013,2014,2015,2016,2017,2018, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2015,2016,2017,2018,2019, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -151,11 +151,6 @@ struct t_forcerec { // NOLINT (clang-analyzer-optin.performance.Padding)
     int nbkernel_elec_modifier;
     int nbkernel_vdw_modifier;
 
-    /* Use special N*N kernels? */
-    gmx_bool bAllvsAll;
-    /* Private work data */
-    void    *AllvsAll_work;
-
     /* Cut-Off stuff.
      * Infinite cut-off's will be GMX_CUTOFF_INF (unlike in t_inputrec: 0).
      */