Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove duplicate entry.
[simgrid.git] / src / plugins / host_dvfs.cpp
index 2873d0b..b62cc98 100644 (file)
@@ -20,7 +20,6 @@ static simgrid::config::Flag<std::string> cfg_governor("plugin/dvfs/governor",
     "Which Governor should be used that adapts the CPU frequency?", "performance",
 
     std::map<std::string, std::string>({
-        {"performance", "TODO: add some doc"},
         {"conservative", "TODO: Doc"},
         {"ondemand", "TODO: Doc"},
         {"performance", "TODO: Doc"},