]> git.stg.codes - ssmd.git/blobdiff - src/settingsfileparser.cpp
Fix build on osx.
[ssmd.git] / src / settingsfileparser.cpp
index a21130766a8f997e23d50f4f9120b39e0be199df..006626954357f5c59be9d8658260e00107addfb6 100644 (file)
@@ -42,12 +42,6 @@ struct IniGrammar
     qi::rule<Iterator> comment, space, eol;
 };
 
-inline
-bool sectionExists(const SectionsType & data, const std::string & sectionName) throw()
-{
-    return data.find(sectionName) != data.end();
-}
-
 inline
 bool fieldExists(const SectionsType & data, const std::string & sectionName, const std::string & fieldName) throw()
 {