Enable more warnings for Clang 6
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / insert-molecules.cpp
index 19af47de76168bb24e0cb3b7df624f121f144542..dba2916cc8efa72d9d903805236f50a21f5acf86 100644 (file)
@@ -350,8 +350,6 @@ class InsertMolecules : public ICommandLineOptionsModule, public ITopologyProvid
         virtual int run();
 
     private:
-        void loadSolute();
-
         SelectionCollection selections_;
 
         std::string         inputConfFile_;