Rework -Weverything
[alexxy/gromacs.git] / api / nblib / tests / nbkernelsystem.cpp
index cedaf185b9ca582f2923603f79d8aa66198cafd5..022317375df13ea0027661d0987332eb1e1515d4 100644 (file)
@@ -60,13 +60,6 @@ namespace test
 namespace
 {
 
-// This is defined in src/gromacs/mdtypes/forcerec.h but there is also a
-// legacy C6 macro defined there that conflicts with the nblib C6 type.
-// Todo: Once that C6 has been refactored into a regular function, this
-//       file can just include forcerec.h
-//! Macro to set Van der Waals interactions to atoms
-#define SET_CGINFO_HAS_VDW(cgi) (cgi) = ((cgi) | (1 << 23))
-
 TEST(NBlibTest, SpcMethanolForcesAreCorrect)
 {
     auto options        = NBKernelOptions();