Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove duplicate entry.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 15 Jul 2018 21:16:28 +0000 (23:16 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 16 Jul 2018 09:55:00 +0000 (11:55 +0200)
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"},