File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,6 @@ double read_point_estimate_from_toml(const ghc::filesystem::path file_path) {
14
14
return read_point_estimate_from_toml (file_path, get_first_component (file_path));
15
15
}
16
16
17
- std::string read_distribution_from_toml (const ghc::filesystem::path file_path, const std::string &component){
18
- return read_parameter_from_toml (file_path, " distribution" , component).as_string ();
19
- }
20
-
21
- std::string read_distribution_from_toml (const ghc::filesystem::path file_path){
22
- return read_parameter_from_toml (file_path, " distribution" ).as_string ();
23
- }
24
-
25
17
toml::value read_parameter_from_toml (const ghc::filesystem::path file_path, const std::string ¶meter) {
26
18
return read_parameter_from_toml (file_path, parameter, get_first_component (file_path));
27
19
}
You can’t perform that action at this time.
0 commit comments